Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MXWXZ committed Sep 29, 2024
1 parent cadfa8f commit 7bd1de4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,16 @@ jobs:
path: release
pattern: skynet-linux-*
merge-multiple: true
- uses: actions/download-artifact@v4
if: ${{ inputs.static }}
with:
name: static
path: skynet-linux-x86_64/assets
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- run: |
cd release
cp -r skynet-linux-x86_64/assets skynet-linux-aarch64
mv skynet-linux-x86_64 amd64
rm -rf amd64/plugin/*
mkdir -p amd64/assets/_plugin
Expand Down

0 comments on commit 7bd1de4

Please sign in to comment.