Switch to JS based release action
Build and Release / Build and Release (push) Failing after 34s Details

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

View File

@ -20,14 +20,8 @@ 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
with:
api_key: '${{secrets.RELEASE_TOKEN}}'
files: "Arkham SCE Adam_${{ github.ref_name }}.zip"
title: "Patched ${{ github.ref_name }}"
name: "Patched ${{ github.ref_name }}"