aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2022-08-07 00:55:09 +0200
committerAlystrasz <contact@remyraes.com>2022-08-07 00:55:09 +0200
commit62e0d4fd505f991336860240d61e8e8a0ff9e243 (patch)
tree1bcf95eb48aab7e61a7a2d53b5b1c55a66d7e0ca
parent5558c1fda89d65499f621cf543c4754f315ad36d (diff)
downloadViper-62e0d4fd505f991336860240d61e8e8a0ff9e243.tar.gz
Viper-62e0d4fd505f991336860240d61e8e8a0ff9e243.zip
fix: only include executable windows artefacts
-rw-r--r--.github/workflows/dev_builds.yml5
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