Merge pull request #111 from paspo/zip_perm

Artifacts in zip should be executables
This commit is contained in:
RustDesk 2022-09-05 15:04:23 +07:00 committed by GitHub
commit 74cb82c8a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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