Skip to content

Commit

Permalink
add quotes around version
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Oct 22, 2024
1 parent 9ac8562 commit 0b76238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
run: |
gh release upload ${{ needs.create-release.outputs.railway_version }} railway-${{ needs.create-release.outputs.railway_version }}-${{ matrix.target }}*
gh release upload "${{ needs.create-release.outputs.railway_version }}" railway-${{ needs.create-release.outputs.railway_version }}-${{ matrix.target }}*
- name: Install musl-tools
if: matrix.target == 'x86_64-unknown-linux-musl'
Expand All @@ -171,7 +171,7 @@ jobs:
- name: Upload .deb package file
if: matrix.target == 'x86_64-unknown-linux-musl'
run: |
gh release upload ${{ needs.create-release.outputs.railway_version }} railway-${{ needs.create-release.outputs.railway_version }}-amd64.deb
gh release upload "${{ needs.create-release.outputs.railway_version }}" railway-${{ needs.create-release.outputs.railway_version }}-amd64.deb
publish-release:
name: Publish Release
Expand Down

0 comments on commit 0b76238

Please sign in to comment.