Skip to content

Commit

Permalink
create missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Sep 18, 2024
1 parent 50d1154 commit 7fcdca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
cp completion.d/_aptly tmp/completion/zsh/vendor-completions/
gzip tmp/man/aptly.1
path="aptly_${{ github.ref_name }}_${{ matrix.goos }}_${{ matrix.goarch }}"
ls -l tmp/
mkdir -p $path
mv tmp "$path"
zip -r "$path" . -i "$path/*"
Expand Down

0 comments on commit 7fcdca8

Please sign in to comment.