diff options
author | Remy Raes <contact@remyraes.com> | 2022-09-15 17:54:35 +0200 |
---|---|---|
committer | Remy Raes <contact@remyraes.com> | 2022-09-15 17:54:35 +0200 |
commit | fd9ed6c0a7a323c32733752ce1125c16c20423eb (patch) | |
tree | 0f1af4bfb338dbc4878ef5a63134aa28a8c08f71 | |
parent | 281bbbb38be36902c10880ed1db03ee0b6ea15ca (diff) | |
download | Viper-fd9ed6c0a7a323c32733752ce1125c16c20423eb.tar.gz Viper-fd9ed6c0a7a323c32733752ce1125c16c20423eb.zip |
feat: upload Windows installer executable on commits
-rw-r--r-- | .github/workflows/dev_builds.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index e1c2598..0ce80e5 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -25,6 +25,11 @@ jobs: name: viper-windows-builds path: | dist/*.exe + - name: Upload installer executable + uses: actions/upload-artifact@v3 + with: + path: | + dist/Viper-Setup*.exe build-linux: name: "Create Linux development builds" runs-on: "ubuntu-latest" |