build: added artifact upload to release update
This commit is contained in:
parent
7f9ad7e03a
commit
67e88d9c29
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -74,6 +74,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v5
|
||||
|
||||
- name: Publish Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
|
@ -82,4 +85,6 @@ jobs:
|
|||
tag: ${{ needs.create-draft.outputs.current-version }}
|
||||
omitNameDuringUpdate: true
|
||||
omitBodyDuringUpdate: true
|
||||
replacesArtifacts: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifacts: ${{ github.workspace }}/**/*.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue