File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 48
48
- uses : actions/upload-artifact@v3
49
49
with :
50
50
name : binaries
51
- path : |
52
- dist/
53
- openapi-*.json
51
+ path : dist/
54
52
55
53
publish :
56
54
runs-on : ubuntu-latest
64
62
- run : |
65
63
# fail fast if the release does not exist
66
64
gh release view v${{ needs.prepare.outputs.release-name }} || exit 1
67
- gh release upload v${{ needs.prepare.outputs.release-name }} *-checksums .txt *.zip *.deb *.rpm openapi-*.json
65
+ gh release upload v${{ needs.prepare.outputs.release-name }} *.txt *.zip *.deb *.rpm
68
66
env:
69
67
GH_TOKEN: ${{ github.token }}
70
68
Original file line number Diff line number Diff line change @@ -61,6 +61,3 @@ checksum:
61
61
name_template : " {{ .ProjectName }}-checksums.txt"
62
62
snapshot :
63
63
name_template : " {{ .Env.RELEASE_NAME }}"
64
- before :
65
- hooks :
66
- - go run -ldflags '-s -X github.com/infrahq/infra/internal.Version={{ .Version }}' ./internal/openapigen ./openapi-{{ .Version }}.json
You can’t perform that action at this time.
0 commit comments