Skip to content

Commit

Permalink
Scope upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Nov 21, 2023
1 parent 1e651b5 commit 63fb839
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,18 @@ jobs:
files: |
${{ steps.artifacts.outputs.file_name }}
# Upload these for use with the Docker build later
- name: Upload binaries
uses: actions/upload-artifact@v2
with:
name: binaries
path: target/
path: |
target/x86_64-unknown-linux-gnu/release/katana
target/x86_64-unknown-linux-gnu/release/sozo
target/x86_64-unknown-linux-gnu/release/torii
target/aarch64-unknown-linux-gnu/release/katana
target/aarch64-unknown-linux-gnu/release/sozo
target/aarch64-unknown-linux-gnu/release/torii
retention-days: 1

cleanup:
Expand Down

0 comments on commit 63fb839

Please sign in to comment.