Skip to content

Commit

Permalink
Add installer artifacts to release
Browse files Browse the repository at this point in the history
  • Loading branch information
link00000000 committed Apr 7, 2021
1 parent 19cdf0e commit 3f32d9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,24 @@ jobs:
run: |
7z a -tzip mimic-win64-debug.zip .\mimic-win64-debug\*
- name: Download installer artifact
uses: actions/download-artifact@v2
with:
name: setup-mimic-win64

- name: Download debug installer artifact
uses: actions/download-artifact@v2
with:
name: setup-mimic-win64-debug

- name: Create pre-release
uses: softprops/action-gh-release@v1
with:
files: |
mimic-win64.zip
mimic-win64-debug.zip
setup-mimic-win64.exe
setup-mimic-win64.exe
prerelease: yes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f32d9f

Please sign in to comment.