forked from Inversil/LESwin
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
During release, make available a portable version too, fixes
- Loading branch information
Showing
3 changed files
with
23 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,3 @@ jobs: | |
run: | | ||
$InnoSetupCmdLocation="C:\Program Files (x86)\Inno Setup 6\ISCC.exe" | ||
& $InnoSetupCmdLocation /q innoSetupScript.iss | ||
- name: Copy and prepare for upload | ||
run: | | ||
mkdir BuildResult | ||
copy "Live Enhancement Suite.exe" "BuildResult\Live Enhancement Suite.exe" | ||
copy "Output\LiveEnhancementSuiteSetup-x64.exe" BuildResult\LiveEnhancementSuiteSetup-x64.exe | ||
- name: Upload binary, installer and checksum as artifact | ||
uses: actions/[email protected] | ||
with: | ||
name: 'Build Result' | ||
path: BuildResult\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters