diff options
author | Alystrasz <contact@remyraes.com> | 2022-08-07 00:55:09 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-08-07 00:55:09 +0200 |
commit | 62e0d4fd505f991336860240d61e8e8a0ff9e243 (patch) | |
tree | 1bcf95eb48aab7e61a7a2d53b5b1c55a66d7e0ca | |
parent | 5558c1fda89d65499f621cf543c4754f315ad36d (diff) | |
download | Viper-62e0d4fd505f991336860240d61e8e8a0ff9e243.tar.gz Viper-62e0d4fd505f991336860240d61e8e8a0ff9e243.zip |
fix: only include executable windows artefacts
-rw-r--r-- | .github/workflows/dev_builds.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index a008fb1..f2bb730 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -22,7 +22,6 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v3 with: - name: dist + name: viper-windows-builds path: | - dist/latest.yml - dist/*.exe*
\ No newline at end of file + dist/*.exe
\ No newline at end of file |