File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}}
You can’t perform that action at this time.
0 commit comments