Skip to content

Commit

Permalink
Update go-cross-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming authored Oct 11, 2021
1 parent eb3a182 commit 8ac08d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
uses: wzshiming/action-upload-release-assets@v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Upload Release Images
uses: wzshiming/action-upload-release-images@v1

0 comments on commit 8ac08d4

Please sign in to comment.