Skip to content

Commit

Permalink
Build workflow hotfix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMe25 authored Sep 25, 2021
1 parent dc4f012 commit 04f7551
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:

name: Build and release on ${{ matrix.os-name }}
runs-on: ${{ matrix.os }}
needs: tag

steps:
- name: Checkout repo
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 04f7551

Please sign in to comment.