Skip to content

Commit

Permalink
fix windows release name
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Jul 21, 2024
1 parent f47c5e0 commit c862c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
ls -R .
mv pacparser-dist-*/*.zip .
file=$(ls pacparser-*-ubuntu*.zip)
echo ${file/ubuntu/windows}
name=${file/ubuntu/windows}
echo $name
mv pacparser-dist-windows-latest $name
zip -r $name.zip $name
- name: Upload pacparser release
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c862c3b

Please sign in to comment.