We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9d124 commit ce6c68bCopy full SHA for ce6c68b
1 file changed
.github/workflows/release-windows_x64.yml
@@ -1,4 +1,4 @@
1
-name: Release Windows x64
+name: Release Windows x64 Version to itch.io
2
3
on:
4
workflow_dispatch:
@@ -34,5 +34,11 @@ jobs:
34
run: unzip butler.zip
35
- name: Make Executable
36
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
41
- name: Test Ls
42
run: ls
43
+ - name: l2
44
+ run: ls .\nibbles-clone-v${{github.event.inputs.git-tag}}\
0 commit comments