Update .gitea/workflows/build.yml

This commit is contained in:
XAP3Y 2024-12-11 22:03:38 +01:00
parent 8e50651c61
commit ab3d54b82d

View File

@ -14,14 +14,10 @@ jobs:
- name: B
run: |
echo "asdasdf" > text.txt
- name: setup go
uses: https://github.com/actions/setup-go@v4
- name: Release
uses: actions/upload-artifact@v4
with:
go-version: '>=1.20.1'
- name: Use Go Action
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
text.txt
api_key: '${{secrets.RELEASE_TOKEN}}'
name: test-release
path: text.txt
overwrite: true
if-no-files-found: error