Skip to content

Commit

Permalink
Try to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
RipleyTom committed Dec 2, 2023
1 parent acc6651 commit e9d0e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: rpcn-linux.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
if: github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/')
with:
files: rpcn-linux.tar.gz

Expand All @@ -51,6 +51,6 @@ jobs:
path: rpcn-win.zip
- name: Release
uses: softprops/action-gh-release@v1
if: github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/')
with:
files: rpcn-win.zip

0 comments on commit e9d0e63

Please sign in to comment.