Skip to content

Commit

Permalink
CI: Fix failure when in PR mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Jun 10, 2024
1 parent 5908cc4 commit 58050c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ jobs:
}
- name: Generate artifact attestation for ASF-${{ matrix.variant }}.zip
if: ${{ github.event_name == 'push' }}
uses: actions/[email protected]
with:
subject-path: out/ASF-${{ matrix.variant }}.zip
Expand Down Expand Up @@ -407,7 +408,7 @@ jobs:
done
- name: Generate artifact attestation for ArchiSteamFarm.OfficialPlugins.Monitoring
if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
uses: actions/[email protected]
with:
subject-path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip
Expand Down

0 comments on commit 58050c9

Please sign in to comment.