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 a05a075 commit aa77641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
./lib/scfz --version
mv ./lib/scfz ./dist/${{ matrix.name }}/scfz
cd ./dist/
tar czvf ../scfz-${{ matrix.name }}.tar.gz ./
tar -czvf ../scfz-${{ matrix.name }}.tar.gz ./
cd ..
ls -la ./dist/
- uses: actions/upload-artifact@v4
with:
name: tarball-${{matrix.target}}
Expand Down

0 comments on commit aa77641

Please sign in to comment.