Skip to content

Commit

Permalink
upload release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Sep 2, 2024
1 parent 6c9d3f1 commit bde7f64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ jobs:
- name: Build optimized binary
run: cargo pgo optimize

- name: Archive pgo optimized binary
uses: actions/upload-artifact@v4
with:
name: pgo-nightly-build
path: target/x86_64-unknown-linux-gnu/release/steel
retention-days: 30

# Now do something with the PGO optimized binary at `./target/x86_64-unknown-linux-gnu/release/foo` :)


0 comments on commit bde7f64

Please sign in to comment.