Now don't use broken gh-describe
Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
parent
9afa4ddb72
commit
d6a6bdc546
5
.github/workflows/build-win64.yml
vendored
5
.github/workflows/build-win64.yml
vendored
|
@ -12,9 +12,6 @@ jobs:
|
|||
install: git
|
||||
- run: git config --global core.autocrlf input
|
||||
- uses: actions/checkout@v4
|
||||
- name: Git describe
|
||||
id: ghd
|
||||
uses: proudust/gh-describe@v2
|
||||
- name: Build Dino
|
||||
run: |
|
||||
msys2 -c './build-win64.sh --prepare'
|
||||
|
@ -35,4 +32,4 @@ jobs:
|
|||
file: windows-installer/dino-installer.exe
|
||||
asset_name: dino-installer.exe
|
||||
tag: ${{ github.ref }}
|
||||
release_name: Dino ${{ steps.ghd.outputs.describe }}
|
||||
release_name: Dino ${{ github.ref_name }}
|
||||
|
|
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -40,12 +40,6 @@ jobs:
|
|||
with:
|
||||
manifest-path: im.dino.Dino.json
|
||||
build-bundle: true
|
||||
- name: Git describe
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
id: ghd
|
||||
uses: proudust/gh-describe@v2
|
||||
with:
|
||||
default: ''
|
||||
- name: Release Dino installer
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
uses: svenstaro/upload-release-action@2.9.0
|
||||
|
@ -54,4 +48,4 @@ jobs:
|
|||
file: app.flatpak
|
||||
asset_name: app.flatpak
|
||||
tag: ${{ github.ref }}
|
||||
release_name: Dino ${{ steps.ghd.outputs.describe }}
|
||||
release_name: Dino ${{ github.ref_name }}
|
||||
|
|
Loading…
Reference in a new issue