Skip to content

Commit 78f569f

Browse files
committed
Trying once again
1 parent 0449845 commit 78f569f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshots-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
export BUILDFILE="v0.2.0.$(date --utc +'%Y%m%d')"
5858
echo "BUILDFILE=${BUILDFILE}" >> $GITHUB_ENV
5959
cd build
60-
"/c/Program Files/7-Zip/7z.exe" -tzip a ${{ env.SNAPSHOT_PATH }}/mdcomp-${BUILDFILE}.zip -mx9 -mmt *.{exe,dll}
60+
"/c/Program Files/7-Zip/7z.exe" -tzip a ${SNAPSHOT_PATH}/mdcomp-${BUILDFILE}.zip -mx9 -mmt *.{exe,dll}
6161
- name: VirusTotal Scan
6262
if: ${{ env.REPO_ALIVE == 'true' }}
6363
id: scan_files

0 commit comments

Comments
 (0)