Skip to content

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 28, 2023
1 parent e640588 commit b2c72ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@ jobs:
tag: v${{ env.VPMR_VERSION }}
prerelease: false
overwrite: true
- name: Upload
uses: actions/upload-artifact@v3
with:
name: vpmr-${{ env.VPMR_VERSION }}-x86_64.AppImage
path: vpmr-${{ env.VPMR_VERSION }}-x86_64.AppImage
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ jobs:
tag: v${{ env.VPMR_VERSION }}
prerelease: false
overwrite: true
- name: Upload
uses: actions/upload-artifact@v3
with:
name: vpmr-${{ env.VPMR_VERSION }}-win.7z
path: vpmr-${{ env.VPMR_VERSION }}-win.7z

0 comments on commit b2c72ba

Please sign in to comment.