Skip to content

Commit

Permalink
split artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed May 3, 2020
1 parent 828072b commit 8399a52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
run: .ci/setup_deploy.sh
- uses: actions/upload-artifact@v2
with:
name: results-${{matrix.build.name}}
path: ./deploy/
name: otpcli-${{matrix.build.name}}
path: ./deploy/otpcli-${{matrix.build.name}}
- uses: actions/upload-artifact@v2
with:
name: archive ${{matrix.build.name}}
path: ./deploy/otpcli.${{matrix.build.name}}.tar.xz
- name: Upload Release Bin
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 8399a52

Please sign in to comment.