Skip to content

Commit

Permalink
builds: rename repo to correct "official" ver name
Browse files Browse the repository at this point in the history
  • Loading branch information
binary1230 committed Nov 20, 2023
1 parent bb16f48 commit 95012a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Set version string
id: ver
run: echo "::set-output name=ver::DiztinGUIsh-${{ steps.date.outputs.date }}--${{ env.GITHUB_REF_SLUG }}-${{ env.GITHUB_SHA_SHORT }}-${{env.GITHUB_REPOSITORY_OWNER_PART_SLUG != 'dotsarecool' && env.GITHUB_REPOSITORY_OWNER_PART_SLUG || 'official'}}"
run: echo "::set-output name=ver::DiztinGUIsh-${{ steps.date.outputs.date }}--${{ env.GITHUB_REF_SLUG }}-${{ env.GITHUB_SHA_SHORT }}-${{env.GITHUB_REPOSITORY_OWNER_PART_SLUG != 'isofrieze' && env.GITHUB_REPOSITORY_OWNER_PART_SLUG || 'official'}}"

- name: Print version
run: echo "version ${{ steps.ver.outputs.ver }}"
Expand Down

0 comments on commit 95012a7

Please sign in to comment.