Update .gitea/workflows/build.yml
This commit is contained in:
parent
8e50651c61
commit
ab3d54b82d
@ -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
|
Loading…
Reference in New Issue
Block a user