Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Apr 7, 2024
1 parent 4739710 commit 6e5756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
MOD=${{ matrix.mod }}
ReHLDS_VERSION=${{ env.rehldsVersion }}
${{ matrix.tagName != 'legacy' && 'ReGameDLL_VERSION=latest' || '' }}
${{ matrix.tagName == 'legacy' && 'BugfixedHL_LINK=' }}
${{ matrix.tagName == 'legacy' && 'BugfixedHL_LINK=' || ''}}
cache-from: type=gha,scope=build-${{ matrix.mod }}-${{ matrix.mod }}
cache-to: type=gha,mode=max,scope=build-${{ matrix.mod }}-${{ matrix.mod }}

0 comments on commit 6e5756b

Please sign in to comment.