Skip to content

Commit

Permalink
Revert "CI: Remove redundant checkout step in Windows Patches job"
Browse files Browse the repository at this point in the history
This reverts commit 8fcdfb8.

This checkout is not redundant. It is required so that the
windows-patches action files can actually be found.
  • Loading branch information
RytoEX committed Jun 12, 2024
1 parent 8fcdfb8 commit 0ea9038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag)
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/windows-patches
with:
tagName: ${{ github.ref_name }}
Expand Down

0 comments on commit 0ea9038

Please sign in to comment.