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 98e4955 commit e6493c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,16 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: static
path: release/skynet-linux-x86_64/assets
path: 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
cp -r ../assets skynet-linux-x86_64
cp -r ../assets skynet-linux-aarch64
mv skynet-linux-x86_64 amd64
rm -rf amd64/plugin/*
mkdir -p amd64/assets/_plugin
mv skynet-linux-aarch64 arm64
rm -rf amd64/plugin/*
mkdir -p amd64/assets/_plugin
cd -
- name: Build and push aarch64
Expand Down

0 comments on commit e6493c3

Please sign in to comment.