Update gitea actions for new default base url
All checks were successful
Build and Release / Build and Release (push) Successful in 1m32s
All checks were successful
Build and Release / Build and Release (push) Successful in 1m32s
This commit is contained in:
parent
852141d8a7
commit
5622e09558
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user