Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Oct 12, 2024
1 parent 158b2bf commit 99bfc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,13 +411,13 @@ jobs:

- name: attest
uses: actions/attest-build-provenance@v1
if: ${{ matrix.config.upload }} && github.event_name == 'push'
if: matrix.config.upload && github.event_name == 'push'
with:
subject-path: _deploy/*

- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v4
if: ${{ matrix.config.upload }}
if: matrix.config.upload
with:
name: artifacts-${{ matrix.config.upload }}
path: _deploy
Expand Down

0 comments on commit 99bfc10

Please sign in to comment.