Skip to content

Commit

Permalink
Show all files
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Aug 15, 2024
1 parent f98503b commit 0aaecc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: Invoke-WebRequest -outfile spatialite.7z https://static.simonwillison.net/static/2024/spatialite-loadable-modules-5.0.0-win-amd64.7z
- name: Unpack the archive
run: 7z.exe x spatialite.7z
- name: Show all files
run: |
$folderPath = "$PWD\spatialite-loadable-modules-5.0.0-win-amd64"
Get-ChildItem -Path $folderPath -Recurse | ForEach-Object { $_.FullName }
- name: Show path
run: echo $PWD\spatialite-loadable-modules-5.0.0-win-amd64
- name: Verify installation
Expand Down

0 comments on commit 0aaecc2

Please sign in to comment.