Skip to content

Commit

Permalink
Merge pull request obsproject#10819 from derrod/update-bouf
Browse files Browse the repository at this point in the history
CI: Update bouf release
  • Loading branch information
RytoEX authored Jun 10, 2024
2 parents 8650276 + 5bc1d31 commit e774bd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/windows-signing/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ runs:
- name: Setup bouf
shell: pwsh
env:
BOUF_TAG: 'v0.6.3'
BOUF_HASH: '7f1d266467620aa553a705391ee06128e8ee14af66129a0e64a282997fb6fd83'
BOUF_NSIS_HASH: 'a234126de89f122b6a552df3416de3eabcb4195217626c7f4eaec71b20fe36eb'
BOUF_TAG: 'v0.6.3-nsis-update'
BOUF_HASH: 'c5b58f613e7d7ad8090900cbd6b5f4b057528ee9f0b7e4ba52038ddfdd50b924'
BOUF_NSIS_HASH: 'd77cda42d33af77774beddb3fd6edb89e75050f03c174260df7d66bc8247334f'
GH_TOKEN: ${{ github.token }}
run: |
# Download bouf release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

sign-windows-build:
name: Windows Signing ✍️
uses: obsproject/obs-studio/.github/workflows/sign-windows.yaml@b5b457d7b059397b70f6e3dd09b65e172ad734c3
uses: obsproject/obs-studio/.github/workflows/sign-windows.yaml@d2b05a6e0c6a0f51c42f247efd581bed8f4a1877
if: github.repository_owner == 'obsproject' && github.ref_type == 'tag'
needs: build-project
permissions:
Expand Down

0 comments on commit e774bd9

Please sign in to comment.