Skip to content

Commit

Permalink
Merge pull request #2 from oblivioncth/dev
Browse files Browse the repository at this point in the history
Retry v0.1 Release
  • Loading branch information
oblivioncth committed Aug 28, 2022
2 parents 4ceef37 + f365a67 commit ed76f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-pull-request-merge-reaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
name: Build QI-QMP Release (Windows)
needs: tag_master_and_sync_dev
if: github.event.pull_request.merged == true
uses: ./.github/workflows/build-qi_qmp-windows.yml
uses: ./.github/workflows/build-qi-qmp-windows.yml
secrets:
qt_shared_dec_key: ${{ secrets.QT_WINDOWS_SHARED_DECRYPT_KEY }}
qt_static_dec_key: ${{ secrets.QT_WINDOWS_STATIC_DECRYPT_KEY }}
Expand All @@ -75,7 +75,7 @@ jobs:
name: Build QI-QMP Release (Linux)
needs: tag_master_and_sync_dev
if: github.event.pull_request.merged == true
uses: ./.github/workflows/build-qi_qmp-linux.yml
uses: ./.github/workflows/build-qi-qmp-linux.yml
secrets:
qt_shared_dec_key: ${{ secrets.QT_LINUX_SHARED_DECRYPT_KEY }}
qt_static_dec_key: ${{ secrets.QT_LINUX_STATIC_DECRYPT_KEY }}
Expand Down

0 comments on commit ed76f7d

Please sign in to comment.