Skip to content

Commit

Permalink
Merge pull request #165 from kellnr/devel
Browse files Browse the repository at this point in the history
fix build jobs
  • Loading branch information
secana committed Jan 1, 2024
2 parents d777b10 + b0c83c4 commit 79ae985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Package Kellnr
uses: montudor/action-zip@v0.1.1
with:
args: zip -qq -j ${{ env.KELLNR_PACKAGE }} target/${{ matrix.target }}/release/kellnr
args: zip -qq -j ${{ env.KELLNR_PACKAGE }} target/${{ matrix.target }}/ci-release/kellnr

- name: Upload Kellner
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 79ae985

Please sign in to comment.