mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-24 04:12:34 +08:00
Merge pull request #111 from paspo/zip_perm
Artifacts in zip should be executables
This commit is contained in:
commit
74cb82c8a2
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user