Skip to content

Commit

Permalink
CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Jan 31, 2024
1 parent b9473df commit b13a53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
run: |
make docker-build
docker run -v $PWD:/opt/mount --rm --entrypoint cp vearutop/faces /bin/faces /opt/mount/faces
ls -lah
tar zcvf ./linux_amd64.tar.gz ./faces
ldd ./faces
./faces -help
- name: Upload linux_amd64.tar.gz
if: hashFiles('linux_amd64.tar.gz') != ''
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit b13a53d

Please sign in to comment.