Browse Source

Version tag fixes

QGC4.4
Don Gagne 3 years ago committed by Don Gagne
parent
commit
2eff8a064e
  1. 1
      .github/workflows/android_32_release.yml
  2. 1
      .github/workflows/android_64_release.yml
  3. 5
      .github/workflows/linux_release.yml
  4. 5
      .github/workflows/macos_release.yml
  5. 5
      .github/workflows/windows_release.yml

1
.github/workflows/android_32_release.yml

@ -34,7 +34,6 @@ jobs: @@ -34,7 +34,6 @@ jobs:
- name: Get all tags for correct version determination
working-directory: ${{ github.workspace }}
run: |
git fetch --unshallow
git fetch --all --tags
- name: Install Qt

1
.github/workflows/android_64_release.yml

@ -34,7 +34,6 @@ jobs: @@ -34,7 +34,6 @@ jobs:
- name: Get all tags for correct version determination
working-directory: ${{ github.workspace }}
run: |
git fetch --unshallow
git fetch --all --tags
- name: Install Qt

5
.github/workflows/linux_release.yml

@ -30,6 +30,11 @@ jobs: @@ -30,6 +30,11 @@ jobs:
with:
submodules: recursive
- name: Get all tags for correct version determination
working-directory: ${{ github.workspace }}
run: |
git fetch --all --tags
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:

5
.github/workflows/macos_release.yml

@ -30,6 +30,11 @@ jobs: @@ -30,6 +30,11 @@ jobs:
with:
submodules: recursive
- name: Get all tags for correct version determination
working-directory: ${{ github.workspace }}
run: |
git fetch --all --tags
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:

5
.github/workflows/windows_release.yml

@ -30,6 +30,11 @@ jobs: @@ -30,6 +30,11 @@ jobs:
with:
submodules: recursive
- name: Get all tags for correct version determination
working-directory: ${{ github.workspace }}
run: |
git fetch --all --tags
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:

Loading…
Cancel
Save