We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cb059 commit 3772cb2Copy full SHA for 3772cb2
.github/workflows/pre-release.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: prep variables
48
id: vars
49
run: |
50
- ARCH=${{matrix.arch}}
+ ARCH=${{matrix.arch}}
51
52
echo "arch=${ARCH}" >> $GITHUB_OUTPUT
53
@@ -159,5 +159,5 @@ jobs:
159
TARGET=$([[ "${{ needs.tag-name.outputs.tag }}" == "nightly" ]] && echo "--target ${{steps.vars.outputs.ref}}" || echo "")
160
161
gh release create ${{ needs.tag-name.outputs.tag }} --prerelease ${TARGET} \
162
- --title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md
163
-
+ --title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md \
+ wakunode2/* wakutools/*
0 commit comments