From 62e0d4fd505f991336860240d61e8e8a0ff9e243 Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Sun, 7 Aug 2022 00:55:09 +0200 Subject: fix: only include executable windows artefacts --- .github/workflows/dev_builds.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3