Skip to content

Commit

Permalink
use wildcard for gh asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Oct 22, 2024
1 parent b1be6bf commit 6c27e37
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 @@ -155,7 +155,7 @@ jobs:
GH_REPO: ${{ github.repository }}
shell: bash
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 Down

0 comments on commit 6c27e37

Please sign in to comment.