Skip to content

Commit

Permalink
测试action
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaogang.su committed Dec 9, 2024
1 parent a3edc2a commit 218faf8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/go-binary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,15 @@ jobs:
run: |
export CC=x86_64-w64-mingw32-gcc
fyne package -os ${{ matrix.goos }}
mkdir -p build/bin
mkdir -p build/release
ls ./
mkdir build
mv myapp.exe ./build/Mi Router BE5000 (RD18) Get SSH Tool.exe
mv BE5000_SSh.exe ./build/bin
mv ping1.template ./build/bin
mv dropbear ./build/bin
mv dropbearkey ./build/bin
tar -czvf ./build/BE5000_SSh_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz ./build/release
- uses: ncipollo/release-action@v1
with:
artifacts: "./build"
artifacts: "./build/release"
body: ${{ github.ref }}

0 comments on commit 218faf8

Please sign in to comment.