Skip to content

Commit

Permalink
FFFFFFFFFFFFFFFFFFFF6
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Logaev <[email protected]>
  • Loading branch information
mxlgv committed Mar 18, 2024
1 parent 3aa25cc commit 1a9cf8f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ jobs:
update: true
install: git
- run: git config --global core.autocrlf input
- name: Extract tag name
id: tag
uses: actions/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
return context.payload.ref.replace(/\/refs\/tags\//, '');
- name: Get current tag
id: get_tag
run: echo "TAG=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_ENV
shell: msys2 {0}
- uses: actions/checkout@v4
- name: Build Dino
run: |
Expand All @@ -39,5 +36,5 @@ jobs:
file: windows-installer/dino-installer.exe
asset_name: dino-installer.exe
tag: ${{ github.ref }}
release_name: Dino ${{ steps.tag.outputs.result }}
release_name: Dino $TAG
overwrite: true

0 comments on commit 1a9cf8f

Please sign in to comment.