Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Fix appveyor artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaowenlan1779 committed Jun 28, 2021
1 parent 2575e7f commit 857bd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -52,7 +52,7 @@ after_build:
} else {
$BUILD_ZIP = "threeSD-windows-$GITDATE-$GITREV.zip" -replace " ", ""
}
$env:BUILD_ZIP = $BUILD_SEVENZIP
$env:BUILD_ZIP = $BUILD_ZIP
7z a $BUILD_ZIP release
artifacts:
- path: $(BUILD_ZIP)
Expand Down

0 comments on commit 857bd12

Please sign in to comment.