mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-09-15 14:28:34 +08:00
fix build docker image
This commit is contained in:
parent
83c3aa894f
commit
bd3ae0cbfe
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -140,6 +140,7 @@ jobs:
|
||||
|
||||
- name: Unzip binaries
|
||||
run: |
|
||||
mkdir -p ${{ matrix.job.platform }}
|
||||
tar -xzf ${{ matrix.job.goos }}-${{ matrix.job.platform }}.tar.gz -C ${{ matrix.job.platform }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
|
||||
Loading…
Reference in New Issue
Block a user