Skip to content

Commit

Permalink
test upload
Browse files Browse the repository at this point in the history
  • Loading branch information
joekolodz authored Sep 7, 2021
1 parent 082b38c commit 996af5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:

- name: Create Setup
run: msbuild SierraHOTASSetup\SierraHOTASSetup.wixproj -m /p:Configuration=Release

- name: Upload setup file
uses: actions/upload-artifact@v2
with:
name: SierraHOTAS-Release-1.0.0.0-Setup
path: SierraHOTASSetup\Installer

- name: release
uses: actions/create-release@v1
Expand Down

0 comments on commit 996af5c

Please sign in to comment.