Skip to content

Commit

Permalink
ci(issue-#132): add upload assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 24, 2022
1 parent 5ea7a2e commit c1018dd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,16 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
args: release --rm-dis
env:
CLIENT_VERSION: ${{ steps.get_details.outputs.SOURCE_TAG }}
GO_VERSION: ${{ steps.get_details.outputs.GOVERSION }}
GORELEASER_CURRENT_TAG: ${{ steps.get_details.outputs.SOURCE_TAG }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_BRANCH: ${{ steps.get_details.outputs.SOURCE_BRANCH }}

- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: loli
path: dist/*

0 comments on commit c1018dd

Please sign in to comment.