We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0449845 commit 78f569fCopy full SHA for 78f569f
.github/workflows/snapshots-windows.yml
@@ -57,7 +57,7 @@ jobs:
57
export BUILDFILE="v0.2.0.$(date --utc +'%Y%m%d')"
58
echo "BUILDFILE=${BUILDFILE}" >> $GITHUB_ENV
59
cd build
60
- "/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}
61
- name: VirusTotal Scan
62
if: ${{ env.REPO_ALIVE == 'true' }}
63
id: scan_files
0 commit comments