This commit is contained in:
@@ -47,9 +47,9 @@ jobs:
|
|||||||
path: release-artifacts/*
|
path: release-artifacts/*
|
||||||
|
|
||||||
- name: Create Gitea Release
|
- name: Create Gitea Release
|
||||||
# This only runs if the push was a tag
|
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: https://gitea.com/actions/release-action@v1
|
# Change @v1 to @main
|
||||||
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
release-artifacts/escape_room_server-x86_64
|
release-artifacts/escape_room_server-x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user