From 78f569fed39a5444039df219c2f1a91118b8b439 Mon Sep 17 00:00:00 2001 From: flamewing Date: Thu, 3 Jun 2021 12:09:20 +0200 Subject: [PATCH] Trying once again --- .github/workflows/snapshots-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshots-windows.yml b/.github/workflows/snapshots-windows.yml index bfd3c77..d314667 100644 --- a/.github/workflows/snapshots-windows.yml +++ b/.github/workflows/snapshots-windows.yml @@ -57,7 +57,7 @@ jobs: export BUILDFILE="v0.2.0.$(date --utc +'%Y%m%d')" echo "BUILDFILE=${BUILDFILE}" >> $GITHUB_ENV cd build - "/c/Program Files/7-Zip/7z.exe" -tzip a ${{ env.SNAPSHOT_PATH }}/mdcomp-${BUILDFILE}.zip -mx9 -mmt *.{exe,dll} + "/c/Program Files/7-Zip/7z.exe" -tzip a ${SNAPSHOT_PATH}/mdcomp-${BUILDFILE}.zip -mx9 -mmt *.{exe,dll} - name: VirusTotal Scan if: ${{ env.REPO_ALIVE == 'true' }} id: scan_files