Skip to content

Commit

Permalink
Update artifact path in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zel9278 committed Jan 21, 2024
1 parent cc77c43 commit af9af9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ jobs:
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: ${{ matrix.target }}
if: matrix.target == 'x86_64-unknown-linux-gnu' || matrix.target == 'x86_64-apple-darwin' || matrix.target == 'aarch64-apple-darwin'
path: |
target/${{ matrix.target }}/release/jbox*
assets
target/${{ matrix.target }}/zip/jbox*
target/${{ matrix.target }}/zip/assets
#- name: Upload to release
# if: ${{ inputs.tag-name }}
# working-directory: target/${{ matrix.target }}/release/
Expand Down

0 comments on commit af9af9d

Please sign in to comment.