We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4a6fc commit bafd489Copy full SHA for bafd489
1 file changed
.github/workflows/Update.Unturned.Redist.yaml
@@ -130,7 +130,7 @@ jobs:
130
- name: Compare current vs saved manifest
131
id: compare_manifest
132
run: |
133
- MANIFEST_FILE="redist/redist-manifests/.manifest.${{ matrix.variant }}.txt"
+ MANIFEST_FILE="redist/redist-manifests/.manifest.redist-${{ matrix.variant }}.txt"
134
chmod +x depot_downloader/DepotDownloader
135
manifest_output=$(depot_downloader/DepotDownloader \
136
-app $APP_ID \
0 commit comments