Skip to content

Commit b725d21

Browse files
committed
Modify GitHub action for windows release
1 parent f24b792 commit b725d21

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-windows_x64.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Copy Binaries to release Folder
4141
run: Copy-Item "D:\a\nibbles-clone\nibbles-clone\target\nibbles-clone.exe" -Destination "D:\a\nibbles-clone\nibbles-clone\nibbles-clone-v${{github.event.inputs.git-tag}}"
4242
- name: Zip release folder
43-
run: Compress-Archive -Path "D:\a\nibbles-clone\nibbles-clone\nibbles-clone-v${{github.event.inputs.git-tag}}" -Destination ""D:\a\nibbles-clone\nibbles-clone\nipples-cone-v${{github.event.inputs.git-tag}}.zip"
44-
- name: Test Ls
45-
run: ls
46-
- name: l2
47-
run: ls .\nibbles-clone-v${{github.event.inputs.git-tag}}\
43+
run: Compress-Archive -Path "D:\a\nibbles-clone\nibbles-clone\nibbles-clone-v${{github.event.inputs.git-tag}}" -Destination "D:\a\nibbles-clone\nibbles-clone\nipples-clone-v${{github.event.inputs.git-tag}}.zip"
44+
- name: Deploy to itch.io
45+
env:
46+
BUTLER_API_KEY: ${{secrets.BUTLER_API_KEY}}
47+
run: .\butler\butler.exe push nipples-clone-v${{github.event.inputs.git-tag}}.zip mwttg/nibbles-clone:win --userversion ${{github.event.inputs.git-tag}}

0 commit comments

Comments
 (0)