Artifacts in zip should be executables

This commit is contained in:
Paolo Asperti 2022-09-05 09:36:03 +02:00
parent 6aa0019f8d
commit 1b440b61e7
No known key found for this signature in database
GPG Key ID: 06D46905D19D5182

View File

@ -59,6 +59,9 @@ jobs:
# - name: Run tests
# run: cargo test --verbose
- name: Exec chmod
run: chmod -v a+x target/${{ matrix.job.target }}/release/*
- name: Publish Artifacts
uses: actions/upload-artifact@v3
with:
@ -92,6 +95,9 @@ jobs:
name: binaries-${{ matrix.job.name }}
path: ${{ matrix.job.name }}
- name: Exec chmod
run: chmod -v a+x ${{ matrix.job.name }}/*
- name: Pack files (${{ matrix.job.name }})
run: |
sudo apt update