Update gitea actions for new default base url
Build and Release / Build and Release (push) Successful in 1m32s Details

This commit is contained in:
Adam Goldsmith 2023-07-22 00:46:40 -04:00
parent 852141d8a7
commit 5622e09558
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
container: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions/setup-python@v4
- uses: actions/setup-python@v4
with:
python-version: '>=3.11'
- name: Install tts_yaml_unpacker
@ -22,11 +22,11 @@ jobs:
run: python -m zipfile -c "Arkham SCE Adam_${{ github.ref_name }}.zip" "Arkham SCE Adam_${{ github.ref_name }}.json"
- name: setup go
uses: https://github.com/actions/setup-go@v4
uses: actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Create Release
uses: actions/release-action@main
uses: https://gitea.com/actions/release-action@main
with:
api_key: '${{secrets.RELEASE_TOKEN}}'
files: "Arkham SCE Adam_${{ github.ref_name }}.zip"