Skip to content

Commit

Permalink
fix: artifact upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Jan 10, 2024
1 parent 6200bfd commit a746ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multibuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- run: tar -cvzf tarball/${{ matrix.output-name }}.tgz sshnp
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: x64_binaries
name: ${{ matrix.output-name }}-upload
path: ./packages/dart/sshnoports/tarball/${{ matrix.output-name }}.tgz
if-no-files-found: error

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- run: tar -xvf bins.tar -C tarballs
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: other_binaries
name: ${{ matrix.output-name }}-upload
path: ./packages/dart/sshnoports/tarballs/${{ matrix.output-name }}.tgz
if-no-files-found: error

Expand Down

0 comments on commit a746ae9

Please sign in to comment.