From 04f75517f35551c4f77163369e15f9fbf9f32523 Mon Sep 17 00:00:00 2001 From: ToMe25 <38815969+ToMe25@users.noreply.github.com> Date: Sat, 25 Sep 2021 22:59:17 +0200 Subject: [PATCH] Build workflow hotfix 2 --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f9589f..e98bed1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,7 @@ jobs: name: Build and release on ${{ matrix.os-name }} runs-on: ${{ matrix.os }} + needs: tag steps: - name: Checkout repo @@ -129,7 +130,7 @@ jobs: - name: Meson compile run: meson compile -C builddir/ -v - - name: Release add build(${{ matrix.os-name }} + - name: Release add build(${{ matrix.os-name }}) id: release_build if: ${{ matrix.os != 'windows-latest' }} uses: actions/upload-release-asset@v1 @@ -141,7 +142,7 @@ jobs: asset_name: hex-to-image-${{ matrix.os-name }} asset_content_type: application/x-sharedlib - - name: Release add build(${{ matrix.os-name }} + - name: Release add build(${{ matrix.os-name }}) id: release_windows_build if: ${{ matrix.os == 'windows-latest' }} uses: actions/upload-release-asset@v1