Skip to content

Commit

Permalink
fix: try older version of release action
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed May 5, 2024
1 parent e1f1b27 commit cf13d87
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 @@ -31,7 +31,7 @@ jobs:
CGO_ENABLED=0 GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -ldflags="-X 'github.com/debdutdeb/node-proxy/versions.Version=${{inputs.tag}}' -X 'github.com/debdutdeb/node-proxy/versions.BuildTime=$(date -u)' -X 'github.com/debdutdeb/node-proxy/versions.GitCommit=${{github.sha}}' -extldflags '-static'" -o novm-${{matrix.os}}-${{matrix.arch}} .
shell: bash
- uses: softprops/action-gh-release@v2
- uses: softprops/action-gh-release@0bd7e8b279c9b5b36661d552472fbbfe671fe26e
with:
files: novm-${{matrix.os}}-${{matrix.arch}}
prerelease: false
Expand Down

0 comments on commit cf13d87

Please sign in to comment.