diff options
| author | ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> | 2022-11-15 10:05:04 +0200 |
|---|---|---|
| committer | ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> | 2022-11-15 10:05:04 +0200 |
| commit | ba46ff6692beb49c32260a962894c53996c32ccf (patch) | |
| tree | 4df8660508f0e93587f9d0fb221bed960f0d7b31 /.github/workflows/trigger_release.yml | |
| parent | cca052ccc9d644c84384ceefe97bbce45381a9e2 (diff) | |
| parent | cedc7754d96e4c53d50bcce2b2a0f139b840f3d0 (diff) | |
| download | PrismLauncher-ba46ff6692beb49c32260a962894c53996c32ccf.tar.gz PrismLauncher-ba46ff6692beb49c32260a962894c53996c32ccf.tar.bz2 PrismLauncher-ba46ff6692beb49c32260a962894c53996c32ccf.zip | |
Merge remote-tracking branch 'upstream/develop' into feature/instance-shortcuts
Diffstat (limited to '.github/workflows/trigger_release.yml')
| -rw-r--r-- | .github/workflows/trigger_release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index d415b2b1..8baa9693 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -12,6 +12,7 @@ jobs: uses: ./.github/workflows/build.yml with: build_type: Release + is_qt_cached: false secrets: SPARKLE_ED25519_KEY: ${{ secrets.SPARKLE_ED25519_KEY }} |
