mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 23:35:38 +00:00
Artifacts in zip should be executables
This commit is contained in:
parent
6aa0019f8d
commit
1b440b61e7
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -59,6 +59,9 @@ jobs:
|
|||||||
# - name: Run tests
|
# - name: Run tests
|
||||||
# run: cargo test --verbose
|
# run: cargo test --verbose
|
||||||
|
|
||||||
|
- name: Exec chmod
|
||||||
|
run: chmod -v a+x target/${{ matrix.job.target }}/release/*
|
||||||
|
|
||||||
- name: Publish Artifacts
|
- name: Publish Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -92,6 +95,9 @@ jobs:
|
|||||||
name: binaries-${{ matrix.job.name }}
|
name: binaries-${{ matrix.job.name }}
|
||||||
path: ${{ matrix.job.name }}
|
path: ${{ matrix.job.name }}
|
||||||
|
|
||||||
|
- name: Exec chmod
|
||||||
|
run: chmod -v a+x ${{ matrix.job.name }}/*
|
||||||
|
|
||||||
- name: Pack files (${{ matrix.job.name }})
|
- name: Pack files (${{ matrix.job.name }})
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user