diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 072af0c..6859ef1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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