From 6c27e37d62500dc5aa73aec75a8bd7502e1353a3 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Mon, 21 Oct 2024 21:02:51 -0400 Subject: [PATCH] use wildcard for gh asset upload --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3013393db..7581c6acc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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'