Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qazz-shyper committed Mar 13, 2024
1 parent b082f71 commit 3d3ba94
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 @@ -259,7 +259,7 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
if: env.UPLOAD_RELEASES == 'true' && github.event_name == 'release' && !cancelled()
if: env.UPLOAD_RELEASES == 'true' && !cancelled()
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./Website-${{ env.ASSET_NAME }}.zip*
Expand Down

0 comments on commit 3d3ba94

Please sign in to comment.