Switch to JS based release action
All checks were successful
Build and Release / Build and Release (push) Successful in 32s
All checks were successful
Build and Release / Build and Release (push) Successful in 32s
This commit is contained in:
parent
c3f686e633
commit
2a0701c8f4
@ -20,14 +20,10 @@ jobs:
|
|||||||
run: tts_yaml_unpacker pack unpacked.yaml "Arkham SCE Adam_${{ github.ref_name }}.json"
|
run: tts_yaml_unpacker pack unpacked.yaml "Arkham SCE Adam_${{ github.ref_name }}.json"
|
||||||
- name: zip json
|
- name: zip json
|
||||||
run: python -m zipfile -c "Arkham SCE Adam_${{ github.ref_name }}.zip" "Arkham SCE Adam_${{ github.ref_name }}.json"
|
run: python -m zipfile -c "Arkham SCE Adam_${{ github.ref_name }}.zip" "Arkham SCE Adam_${{ github.ref_name }}.json"
|
||||||
|
|
||||||
- name: setup go
|
|
||||||
uses: actions/setup-go@v4
|
|
||||||
with:
|
|
||||||
go-version: '>=1.20.1'
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
|
||||||
files: "Arkham SCE Adam_${{ github.ref_name }}.zip"
|
files: "Arkham SCE Adam_${{ github.ref_name }}.zip"
|
||||||
title: "Patched ${{ github.ref_name }}"
|
name: "Patched ${{ github.ref_name }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user