Skip to content

Commit ce6c68b

Browse files
committed
Modify GitHub action for windows release
1 parent 0c9d124 commit ce6c68b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release-windows_x64.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Windows x64
1+
name: Release Windows x64 Version to itch.io
22

33
on:
44
workflow_dispatch:
@@ -34,5 +34,11 @@ jobs:
3434
run: unzip butler.zip
3535
- name: Make Executable
3636
run: chmod +x butler
37+
- name: Create release Folder
38+
run: mkdir nibbles-clone-v${{github.event.inputs.git-tag}}
39+
- name: Copy Assets to release Folder
40+
run: Copy-Item -Path "D:\a\nibbles-clone\nibbles-clone\data\*" -Destination "D:\a\nibbles-clone\nibbles-clone\nibbles-clone-v${{github.event.inputs.git-tag}}" -Recurse
3741
- name: Test Ls
3842
run: ls
43+
- name: l2
44+
run: ls .\nibbles-clone-v${{github.event.inputs.git-tag}}\

0 commit comments

Comments
 (0)