Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieFuzzz committed Sep 28, 2022
1 parent 6fcc16c commit 8234274
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ jobs:
- name: Publish
run: |
VERSION="$(cargo pkgid | cut -d# -f2 | cut -d: -f2)"
if hub release show "$VERSION" &> /dev/null; then
echo "Release $VERSION already exists."
exit
fi
mv release/x86_64-unknown-linux-gnu/template release/x86_64-unknown-linux-gnu/x86_64-unknown-linux-musl
mv release/x86_64-pc-windows-gnu/template.exe release/x86_64-pc-windows-gnu/x86_64-pc-windows-gnu.exe
Expand Down

0 comments on commit 8234274

Please sign in to comment.