File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 run : |
3434 # Create a directory to hold the files
3535 mkdir Iris
36- # Move the build output to the Iris directory
37- Move -Item -Path "build\windows\x64\runner\Release\*" -Destination "Iris" -Force
36+ # Copy the build output to the Iris directory
37+ Copy -Item -Path "build\windows\x64\runner\Release\*" -Destination "Iris" -Force
3838 # Create a ZIP file
3939 Compress-Archive -Path "Iris" -DestinationPath "Iris-windows.zip"
4040 - name : Upload artifact
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " Iris"
5- #define MyAppVersion " 1.0 "
5+ #define MyAppVersion " 1.3.4 "
66#define MyAppPublisher " nini22P"
77#define MyAppURL " https://github.com/nini22P/iris"
88#define MyAppExeName " iris.exe"
You can’t perform that action at this time.
0 commit comments