Skip to content

Commit

Permalink
CI: Fix upload artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Jan 1, 2025
1 parent 5f15bdc commit 6789dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,12 @@ jobs:
wget https://github.com/musl-cross/musl-cross/releases/download/20241103/${{ matrix.tool }}.tar.xz
sudo tar xf ${{ matrix.tool }}.tar.xz -C /opt/x-tools
make CROSS_PREFIX=/opt/x-tools/${{ matrix.tool }}/bin/${{ matrix.tool }}- CFLAGS=${{ matrix.env.CFLAGS }} ENABLE_STATIC=1 -j`nproc`
cp bin/natmap natmap-linux-${{ matrix.name }}
- name: Upload ${{ matrix.name }}
uses: actions/upload-artifact@v4
with:
name: natmap-linux-${{ matrix.name }}
path: bin/natmap
path: natmap-linux-${{ matrix.name }}
if-no-files-found: error
retention-days: 1

Expand Down

0 comments on commit 6789dc7

Please sign in to comment.