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 bdd6f86 commit b46f7b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ jobs:
- uses: docker/setup-buildx-action@v3
- run: |
cd release
tar xzvf skynet-linux-x86_64.tar.gz
mv skynet-linux-x86_64 amd64
rm -rf amd64/plugin/*
mkdir -p amd64/assets/_plugin
tar xzvf skynet-linux-aarch64.tar.gz
mv skynet-linux-aarch64 arm64
rm -rf amd64/plugin/*
mkdir -p amd64/assets/_plugin
Expand Down

0 comments on commit b46f7b0

Please sign in to comment.