Skip to content

Commit

Permalink
Update build.yml to include all jbox release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zel9278 committed Jan 21, 2024
1 parent 9046836 commit cc77c43
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ jobs:
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
if: matrix.target == 'x86_64-pc-windows-msvc' || matrix.target == 'x86_64-pc-windows-gnu'
path: |
target/${{ matrix.target }}/release/jbox.exe
target/${{ matrix.target }}/release/jbox*
assets
#- name: Upload to release
# if: ${{ inputs.tag-name }}
Expand Down

0 comments on commit cc77c43

Please sign in to comment.