Skip to content

Commit

Permalink
Hotfix build workflow
Browse files Browse the repository at this point in the history
What a stupid copy-paste error...
  • Loading branch information
ToMe25 authored Sep 25, 2021
1 parent 4e6eed6 commit dc4f012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Meson compile
run: meson compile -C builddir/ -v

- name: Release add build(${{ matrix.name }}
- name: Release add build(${{ matrix.os-name }}
id: release_build
if: ${{ matrix.os != 'windows-latest' }}
uses: actions/upload-release-asset@v1
Expand All @@ -138,10 +138,10 @@ jobs:
with:
upload_url: ${{ needs.tag.outputs.upload_url }}
asset_path: ./builddir/src/hex-to-image
asset_name: hex-to-image-${{ matrix.name }}
asset_name: hex-to-image-${{ matrix.os-name }}
asset_content_type: application/x-sharedlib

- name: Release add build(${{ matrix.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 dc4f012

Please sign in to comment.