Skip to content

Commit

Permalink
Long hash for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Dec 21, 2021
1 parent 58a9e6c commit 89d714b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89d714b

Please sign in to comment.