Skip to content

Commit

Permalink
use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Nov 5, 2024
1 parent 83a06e9 commit b924dd7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ 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
path: out/platform-tools-osx-aarch64.tar.bz2

0 comments on commit b924dd7

Please sign in to comment.