Update .gitea/workflows/build.yml
All checks were successful
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneLinux64, 6000.0.37f1) (push) Successful in 28m14s
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneWindows64, 6000.0.37f1) (push) Successful in 21m27s
All checks were successful
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneLinux64, 6000.0.37f1) (push) Successful in 28m14s
Build project / Build for ${{ matrix.targetPlatform }} (${{ matrix.unityVersion }}) (StandaloneWindows64, 6000.0.37f1) (push) Successful in 21m27s
This commit is contained in:
parent
7b605145ff
commit
208177a102
@ -85,8 +85,8 @@ jobs:
|
|||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
with:
|
with:
|
||||||
server_url: ${{ github.server_url }}
|
server_url: ${{ github.server_url }}
|
||||||
tag_name: ${{ github.sha | substring(0, 7) }}
|
tag_name: ${{ github.sha }}
|
||||||
name: Release ${{ github.sha | substring(0, 7) }}
|
name: Release ${{ github.sha }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
|
Loading…
Reference in New Issue
Block a user