Skip to content

Commit

Permalink
fix yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
vankos committed Nov 10, 2024
1 parent 572e8d6 commit 129acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Publish project
run: dotnet publish -c Release -r win-x64 --self-contained -o ./output

- name: Zip selected output files
- name: Zip selected output files
run: |
$exeFile = Get-ChildItem -Path ./output -Filter INaturalistCsvToGpx.exe | Select-Object -First 1
$dllFile = Get-ChildItem -Path ./output -Filter INaturalistCsvToGpx.dll | Select-Object -First 1
Expand Down

0 comments on commit 129acc1

Please sign in to comment.