This commit is contained in:
@@ -47,9 +47,9 @@ jobs:
|
||||
path: release-artifacts/*
|
||||
|
||||
- name: Create Gitea Release
|
||||
# This only runs if the push was a tag
|
||||
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:
|
||||
files: |
|
||||
release-artifacts/escape_room_server-x86_64
|
||||
|
||||
Reference in New Issue
Block a user