Skip to content

Commit

Permalink
Fix upload paths
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac committed Jan 10, 2024
1 parent 690f369 commit 1731927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slsa_for_ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python slsa_for_models/main.py "$MODEL_TYPE"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
path: ${{ github.event.inputs.model_type || 'pytorch_jitted_model.pt' }}-${{ runner.os }}
path: ${{ github.event.inputs.model_type || 'pytorch_jitted_model.pt' }}
name: ${{ github.event.inputs.model_type || 'pytorch_jitted_model.pt' }}-${{ runner.os }}
if-no-files-found: error
- id: hash
Expand Down

0 comments on commit 1731927

Please sign in to comment.