Skip to content

Commit

Permalink
Fix typo in release.yml script xD
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Jan 1, 2023
1 parent 30e19d4 commit 1701687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
rm -rf homegenie
mv osx-x64 homegenie
zip homegenie_${{ env.VERSION_NUMBER }}_osx-x64.zip -r homegenie
mv homegenie_${{ env.VERSION_NUMBER }}_osx-x64.zip" ../artifacts/
mv homegenie_${{ env.VERSION_NUMBER }}_osx-x64.zip ../artifacts/
rm -rf homegenie
mv linux-x64 homegenie
zip homegenie_${{ env.VERSION_NUMBER }}_linux-x64.zip -r homegenie
Expand Down

0 comments on commit 1701687

Please sign in to comment.