|
|
@ -24,4 +24,11 @@ jobs: |
|
|
|
- name: Zip this shit up again for some reason |
|
|
|
uses: thedoctor0/zip-release@master |
|
|
|
with: |
|
|
|
filename: gura.zip |
|
|
|
filename: gura.zip |
|
|
|
- name: Create GitHub Release |
|
|
|
uses: softprops/action-gh-release@v1 |
|
|
|
with: |
|
|
|
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} |
|
|
|
tag_name: 0.0${{ github.run_number }} |
|
|
|
env: |
|
|
|
GITHUB_REPOSITORY: ron1n/crono-stickerpicker |