diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2882db8..f706d038 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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