Skip to content

Commit 4b500d2

Browse files
Merge pull request #28 from UndeadZeratul/main
Fix Build Script
2 parents a62c1eb + 026cb0d commit 4b500d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- id: build-suffix
1414
shell: bash
15-
run: echo "SUFFIX=${{ github.ref_name }} >> "$GITHUB_OUTPUT"
15+
run: echo "SUFFIX=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
1616
- uses: ./.github/workflows/build-pk3
1717
env:
1818
SUFFIX: ${{ steps.build-suffix.outputs.SUFFIX }}

0 commit comments

Comments
 (0)