Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyperTHC committed Sep 22, 2023
1 parent 677005f commit c7b60b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-release-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
./configure --prefix=/opt --enable-static --host=${{ matrix.arch }}
make all
strip tools/gs-netcat
mv tools/gs-netcat gs-netcat_linux-${{ matrix.arch }}
(cd tools; tar cfz ../gsocket_linux-${{ matrix.arch }}.tar.gz gs-netcat gsocket blitz gs-mount gs-sftp gs_funcs gsocket_dso.so.0 gsocket_uchroot_dso.so.0)
mv tools/gs-netcat gs-netcat_linux-${{ matrix.arch }}
- name: Upload gs-netcat to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit c7b60b5

Please sign in to comment.