Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Apr 18, 2023
1 parent 98e0e22 commit f241426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
artifacts: "build_win/*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
if: ! endsWith(${{ env.GITHUB_REF_NAME }}, 'Final')
if: ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}
prerelease: true

0 comments on commit f241426

Please sign in to comment.