Skip to content

Commit

Permalink
upload workflow for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Sep 2, 2024
1 parent 70bcf5c commit 268bc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pgo-nightly-build-${{ matrix.os.arch }}
path: target/${{ matrix.os.arch }}/release/steel
path: ${{ github.workspace }}/target/${{ matrix.os.arch }}/release/steel
retention-days: 30

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

0 comments on commit 268bc05

Please sign in to comment.