Skip to content

Commit

Permalink
simplify it again
Browse files Browse the repository at this point in the history
i spent too much time doing this the wrong way lol
  • Loading branch information
NikhilNarayana authored May 22, 2021
1 parent d96fc3c commit a07c3da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
find . -type d -empty -delete
unzip *linux* && rm *linux*
mv *.dmg "FM-Slippi-${{ env.VERSION }}-Mac.dmg"
unzip *windows* -d "FM-Slippi" && rm *windows*
pushd "FM-Slippi" && zip -r "FM-Slippi-${{ env.VERSION }}-Win.zip" * && mv "FM-Slippi-${{ env.VERSION }}-Win.zip" .. && popd && rm -rf "FM-Slippi"
mv *windows* "FM-Slippi-${{ env.VERSION }}-Win.zip"
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit a07c3da

Please sign in to comment.