Skip to content

Commit

Permalink
print dir and upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 5, 2024
1 parent 787da16 commit 83a06e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ jobs:
run: brew install just ninja
- name: Prepare and build
run: just all
- name: Print dir
run: |
pwd
ls -lR
- uses: actions/upload-artifact@v4
with:
name: platform-tools-osx-aarch64.tar.bz2
path: /Users/runner/work/certora-solana-platform-tools/certora-solana-platform-tools/out/platform-tools-osx-aarch64.tar.bz2

0 comments on commit 83a06e9

Please sign in to comment.