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 1374a3a commit a05a075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
# FIXME: Bun issue with bin path
./lib/scfz --version
mv ./lib/scfz ./dist/${{ matrix.name }}/scfz
tar -czvf ./dist/scfz-${{ matrix.name }}.tar.gz ./dist/${{ matrix.name }}
cd ./dist/
tar czvf ../scfz-${{ matrix.name }}.tar.gz ./
cd ..
- uses: actions/upload-artifact@v4
with:
name: tarball-${{matrix.target}}
Expand Down

0 comments on commit a05a075

Please sign in to comment.