Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
semigodking committed Oct 11, 2023
1 parent d5bce45 commit 840a24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
mkdir release
make ENABLE_STATIC=1
mv redsocks2 redsocks2-`arch`-`grep VERSION Makefile | head -n 1 | cut -d ' ' -f 3`
mv redsocks2 release/redsocks2-`arch`-${{github.ref_name}}
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 840a24d

Please sign in to comment.