diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68d053f..20c0777 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: shell: cmd run: | cd editor - dotnet publish sth1edwv.sln --configuration Release --output foo /p:Version=0.${{env.BUILD_NUMBER}}+${{GITHUB_SHA::7}} + dotnet publish sth1edwv.sln --configuration Release --output foo /p:Version=0.${{env.BUILD_NUMBER}}+${{github.sha}} 7z a program.zip .\foo\* - name: Make artifact