Skip to content

Commit

Permalink
update build-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Mar 9, 2024
1 parent 800a4e4 commit f98597f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ jobs:
TAG: ${{ needs.create_release.outputs.tag }}
CODE_SIGN_PFX: ${{ secrets.CODE_SIGN_PFX }}
CODE_SIGN_PFX_PASSWORD: ${{ secrets.CODE_SIGN_PFX_PASSWORD }}
run: go run ./scripts/build-windows.go
run: |
go build -o ./scripts/build-windows ./scripts/build-windows.go
./scripts/build-windows
-
name: Upload Release Assets
uses: zyxkad/upload-release-asset-dir@v1
Expand Down

0 comments on commit f98597f

Please sign in to comment.