Skip to content

Commit

Permalink
Fix Build Script
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Feb 8, 2024
1 parent c6d2cd5 commit f5e85bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- id: build-suffix
shell: bash
run: echo "SUFFIX=${{ github.ref_name }} >> "$GITHUB_OUTPUT"
run: echo "SUFFIX=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
- uses: ./.github/workflows/build-pk3
env:
SUFFIX: ${{ steps.build-suffix.outputs.SUFFIX }}
Expand Down

0 comments on commit f5e85bc

Please sign in to comment.