Skip to content

Commit 2886825

Browse files
committed
update ci
1 parent e40daed commit 2886825

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
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

inno.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)