Skip to content

Commit

Permalink
Upload artifacts for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry authored Sep 13, 2023
1 parent 53c653f commit e39dd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cargo make -p $env:RELEASE build

- name: Upload Artifacts
if: github.event_name == 'push'
if: github.event_name != 'release'
uses: actions/upload-artifact@v3
with:
name: driver
Expand Down

0 comments on commit e39dd30

Please sign in to comment.