Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Fritz committed Oct 31, 2023
1 parent 3e6b313 commit b74e882
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 b74e882

Please sign in to comment.