Skip to content

Commit

Permalink
Trying once again
Browse files Browse the repository at this point in the history
  • Loading branch information
flamewing committed Jun 3, 2021
1 parent 0449845 commit 78f569f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshots-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78f569f

Please sign in to comment.