You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
43
-
asset_path: github-actions-exporter
44
-
asset_name: github-actions-exporter
45
-
asset_content_type: application/binary
22
+
- uses: actions/checkout@v3
23
+
- uses: actions/setup-go@v3
24
+
with:
25
+
# go-version: 1.19
26
+
go-version-file: go.mod
27
+
# The builtin cache feature ensures that installing golangci-lint
0 commit comments