Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak authored Feb 16, 2024
1 parent 9ed2804 commit 5e55974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Upload Native Binary
uses: actions/upload-artifact@v3
with:
name: native-package-${{ matrix.os }}
name: native-package-${{ runner.os }}
path: |
build/bin/native/releaseExecutable/pakku
build/bin/native/releaseExecutable/pakku-macos
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: package
merge-multiple: true
Expand Down

0 comments on commit 5e55974

Please sign in to comment.