Skip to content

Commit

Permalink
feat: fix packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pollind <[email protected]>
  • Loading branch information
Michael Pollind authored and pollend committed Jan 9, 2025
1 parent 0ec1917 commit 3d4b4b7
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 @@ -76,7 +76,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{matrix.config.name}}
path: source/${{matrix.config.name}}.tar.gz
path: source/build/${{matrix.config.name}}.tar.gz

osx:
strategy:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{matrix.config.name}}
path: source/${{matrix.config.name}}.tar.gz
path: source/build/${{matrix.config.name}}.tar.gz

windows:
strategy:
Expand Down Expand Up @@ -205,4 +205,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{matrix.config.name}}
path: source\${{matrix.config.name}}.zip
path: source\build\${{matrix.config.name}}.zip

0 comments on commit 3d4b4b7

Please sign in to comment.