Skip to content

Commit

Permalink
update workflows (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
xh3b4sd committed Jul 24, 2024
1 parent c3db935 commit 00a0995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GOOS=linux GOARCH=amd64 go build -o workflow-linux-amd64 -ldflags="-X 'github.com/${{ github.repository_owner }}/workflow/pkg/project.gitSHA=${{ github.sha }}' -X 'github.com/${{ github.repository_owner }}/workflow/pkg/project.version=${{ github.ref_name }}'"
- name: "Upload To Github"
uses: "softprops/action-gh-release@v1"
uses: "softprops/action-gh-release@v2"
with:
files: |
workflow-darwin-amd64
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/releasego/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
{{- end }}
- name: "Upload To Github"
uses: "softprops/action-gh-release@v1"
uses: "softprops/action-gh-release@v2"
with:
files: |
{{- range $k, $v := .Release.Assets }}
Expand Down

0 comments on commit 00a0995

Please sign in to comment.