diff options
author | Remy Raes <contact@remyraes.com> | 2022-09-15 18:10:20 +0200 |
---|---|---|
committer | Remy Raes <contact@remyraes.com> | 2022-09-15 18:10:20 +0200 |
commit | 16c658e245074dc2e5c9ccf09d4e5f421602fa95 (patch) | |
tree | 9efa35f471c6023fd22d7cbf9462a395295881d7 | |
parent | fd9ed6c0a7a323c32733752ce1125c16c20423eb (diff) | |
download | Viper-16c658e245074dc2e5c9ccf09d4e5f421602fa95.tar.gz Viper-16c658e245074dc2e5c9ccf09d4e5f421602fa95.zip |
Revert "feat: upload Windows installer executable on commits"
This reverts commit fd9ed6c0a7a323c32733752ce1125c16c20423eb.
-rw-r--r-- | .github/workflows/dev_builds.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index 0ce80e5..e1c2598 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -25,11 +25,6 @@ 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" |