aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2022-08-07 00:38:32 +0200
committerAlystrasz <contact@remyraes.com>2022-08-07 00:38:32 +0200
commit14a2324e926fe98e8484bbe4691d6b2aec68367f (patch)
treede8156d2c165cc371b6d4698319a790e8d08bfd8
parent2e30e6de131f317cf40ef1a516098f8a5076254a (diff)
downloadViper-14a2324e926fe98e8484bbe4691d6b2aec68367f.tar.gz
Viper-14a2324e926fe98e8484bbe4691d6b2aec68367f.zip
fix: only upload needed files after build
-rw-r--r--.github/workflows/dev_builds.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml
index fd4dbd6..a008fb1 100644
--- a/.github/workflows/dev_builds.yml
+++ b/.github/workflows/dev_builds.yml
@@ -24,4 +24,5 @@ jobs:
with:
name: dist
path: |
- dist \ No newline at end of file
+ dist/latest.yml
+ dist/*.exe* \ No newline at end of file