Skip to content

Commit

Permalink
ci: organized folders for tarball creation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Mar 6, 2024
1 parent aa77641 commit 0f46f78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ jobs:
# FIXME: Bun issue with bin path
./lib/scfz --version
mv ./lib/scfz ./dist/${{ matrix.name }}/scfz
cd ./dist/
tar -czvf ../scfz-${{ matrix.name }}.tar.gz ./
cd ./dist
tar -czvf scfz-${{ matrix.name }}.tar.gz ./${{ matrix.name }}/
cd ..
ls -la ./dist/
- uses: actions/upload-artifact@v4
with:
name: tarball-${{matrix.target}}
Expand Down

0 comments on commit 0f46f78

Please sign in to comment.