Skip to content

Commit

Permalink
wc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnjk committed Aug 24, 2024
1 parent f94cebb commit 9fabd87
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,22 @@ jobs:
- name: Get version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}
path: ${{ env.BUILD_NAME }}
Publish:
permissions: write-all
needs: [ build ]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
path: dist/
merge-multiple: true

- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 9fabd87

Please sign in to comment.