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