Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Jan 11, 2021
1 parent d3f8751 commit 5788ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mla_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
with:
command: build
args: --release --manifest-path=bindings/C/Cargo.toml --target=${{ matrix.target }}
- name: Strip resulting binary
- name: DEBUG
if: matrix.os == 'ubuntu-latest'
run: strip ${{ matrix.path }}
run: ls -ahl ./target && pwd && echo ${{ path }}
- name: Upload resulting 'mla'
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 5788ed9

Please sign in to comment.