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.
2 parents a62c1eb + 026cb0d commit 4b500d2Copy full SHA for 4b500d2
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- id: build-suffix
14
shell: bash
15
- run: echo "SUFFIX=${{ github.ref_name }} >> "$GITHUB_OUTPUT"
+ run: echo "SUFFIX=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
16
- uses: ./.github/workflows/build-pk3
17
env:
18
SUFFIX: ${{ steps.build-suffix.outputs.SUFFIX }}
0 commit comments