diff options
author | Alystrasz <contact@remyraes.com> | 2022-08-07 00:38:32 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-08-07 00:38:32 +0200 |
commit | 14a2324e926fe98e8484bbe4691d6b2aec68367f (patch) | |
tree | de8156d2c165cc371b6d4698319a790e8d08bfd8 /.github/workflows/dev_builds.yml | |
parent | 2e30e6de131f317cf40ef1a516098f8a5076254a (diff) | |
download | Viper-14a2324e926fe98e8484bbe4691d6b2aec68367f.tar.gz Viper-14a2324e926fe98e8484bbe4691d6b2aec68367f.zip |
fix: only upload needed files after build
Diffstat (limited to '.github/workflows/dev_builds.yml')
-rw-r--r-- | .github/workflows/dev_builds.yml | 3 |
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 |