mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-08 20:53:54 +00:00
Fix random define tdesktop cache being used for no define
This commit is contained in:
@@ -119,8 +119,8 @@ jobs:
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ runner.temp }}/.tdesktop-cache
|
||||
key: ${{ runner.OS }}-tdesktop${{ case(!!matrix.defines, format('-{0}', matrix.defines), '') }}-${{ github.run_id }}
|
||||
restore-keys: ${{ runner.OS }}-tdesktop${{ case(!!matrix.defines, format('-{0}', matrix.defines), '') }}-
|
||||
key: ${{ runner.OS }}-tdesktop-${{ matrix.defines || 'null' }}-${{ github.run_id }}
|
||||
restore-keys: ${{ runner.OS }}-tdesktop-${{ matrix.defines || 'null' }}-
|
||||
|
||||
- name: Telegram Desktop build.
|
||||
if: env.ONLY_CACHE == 'false'
|
||||
|
||||
Reference in New Issue
Block a user