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

This commit is contained in:
EthanPisani 2025-02-19 19:14:00 -05:00
parent 7b605145ff
commit 208177a102

View File

@ -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: |