Skip to content

Commit

Permalink
Merge pull request #22 from UndeadZeratul/main
Browse files Browse the repository at this point in the history
Fix Build Script
  • Loading branch information
UndeadZeratul authored Feb 8, 2024
2 parents 0835ee3 + d27c0da commit e3fde47
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 e3fde47

Please sign in to comment.