Skip to content

Commit

Permalink
Merge pull request #42 from blocknative/fix_action
Browse files Browse the repository at this point in the history
fix action
  • Loading branch information
JonathonJulian authored Oct 31, 2023
2 parents 3e6b313 + b74e882 commit 94e8d5c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
go-version: '^1.20.5' # The Go version to download (if necessary) and use.
- uses: actions/checkout@v3
with:
go-version: 1.20.x

repository: wangyoucao577/assets-uploader
path: assets-uploader
- name: build assets-uploader
run: cd assets-uploader/cmd/github-assets-uploader && go build && echo "ASSETS_UPLOADER_DIR=$(pwd)" > $GITHUB_ENV

- name: Prepare
id: prepare
run: |
Expand Down

0 comments on commit 94e8d5c

Please sign in to comment.