Skip to content

Commit

Permalink
cicd: test
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Aug 15, 2024
1 parent bfe6075 commit 465f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
go build -ldflags="-w -s" github.com/xvzc/SpoofDPI/cmd/spoof-dpi
tar -zcvf "spoof-dpi-$GOOS-$GOARCH.tar.gz" ./spoof-dpi && rm -rf ./spoof-dpi
gh release upload $TAG_NAME "spoof-dpi-$GOOS-$GOARCH.tar.gz"
gh release upload $TAG_NAME "./spoof-dpi-$GOOS-$GOARCH.tar.gz"
# build_and_publish:
# needs: draft_release
Expand Down

0 comments on commit 465f300

Please sign in to comment.