Skip to content

Commit

Permalink
test multiarch CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
iofq committed Sep 15, 2024
1 parent 9da3fec commit 973afee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ jobs:
path=aptly_${{ github.ref_name }}_${{ matrix.goos }}_${{ matrix.goarch }}
mv tmp "$path"
ls -R "$path"
zip -r ${path} . -i ${path}/**
zip -r aptly . -i "${path}/**"
mv aptly.zip "${path}.zip"
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 973afee

Please sign in to comment.