Compare commits
1 Commits
8ef831c0c5
...
bd4f35703a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bd4f35703a |
@@ -18,9 +18,9 @@ jobs:
|
|||||||
BUILD_ONLY: true
|
BUILD_ONLY: true
|
||||||
# - name: Create archive
|
# - name: Create archive
|
||||||
# run: tar -czf public.tar.gz public/
|
# run: tar -czf public.tar.gz public/
|
||||||
- name: Use Go Action
|
- name: Do release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
name: public
|
||||||
config.toml
|
artifacts: config.toml
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
allowUpdates: true
|
||||||
|
Reference in New Issue
Block a user