Skip to content

Commit 79c6134

Browse files
committed
github action bug for linux artifact uploads
Changed the artifact name.
1 parent 84359fd commit 79c6134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
mv amrfinder_binaries_v$version.tar.gz amrfinder_binaries_linux_aarch64_v$version.tar.gz
6161
- uses: actions/upload-artifact@v4
6262
with:
63-
name: release-binary
63+
name: release-binary-arm
6464
path: amrfinder_binaries_linux_aarch64_v*.tar.gz
6565

0 commit comments

Comments
 (0)