Skip to content

Commit

Permalink
really fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlehane committed Jun 21, 2024
1 parent f5554f5 commit 9bf0be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
siegfried_${{ env.VERSION }}_wasm.zip
createRelease:
runs-on: ubuntu-latest
needs: [buildMac, buildWin, buildWin7]
needs: [buildMac, buildWin, buildWin7, buildWasm]
steps:
- name: Set version
run: echo "VERSION=$(echo "${{ github.ref }}" | cut -c12-)" >> $GITHUB_ENV
Expand Down

0 comments on commit 9bf0be4

Please sign in to comment.