Skip to content

Commit

Permalink
ci: update prebuild name to make it unique
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 15, 2024
1 parent 57fbb59 commit 193bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: prebuilds/*.tar.gz
name: prebuilds-${{ runner.os }}-${{ runner.arch }}
name: prebuilds-${{ matrix.docker == true && matrix.alpine == true && 'linux-musl' || matrix.docker == true && matrix.alpine == false && 'linux' || matrix.os }}-${{ matrix.arch }}

- run: GH_PRE_RELEASE_UPLOAD=true ./script/ci/release.sh
if: github.ref == 'refs/heads/master' && env.ACT != true
Expand Down

0 comments on commit 193bcef

Please sign in to comment.