Switch to JS based release action
Build and Release / Build and Release (push) Successful in 32s Details

This commit is contained in:
Adam Goldsmith 2024-04-28 09:58:05 -04:00
parent c3f686e633
commit 2a0701c8f4
1 changed files with 4 additions and 8 deletions

View File

@ -20,14 +20,10 @@ jobs:
run: tts_yaml_unpacker pack unpacked.yaml "Arkham SCE Adam_${{ github.ref_name }}.json"
- name: zip 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
uses: https://gitea.com/actions/release-action@main
uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
api_key: '${{secrets.RELEASE_TOKEN}}'
files: "Arkham SCE Adam_${{ github.ref_name }}.zip"
title: "Patched ${{ github.ref_name }}"
name: "Patched ${{ github.ref_name }}"