Skip to content

Commit bafd489

Browse files
committed
Fix can't find manifest file
1 parent ae4a6fc commit bafd489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Update.Unturned.Redist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Compare current vs saved manifest
131131
id: compare_manifest
132132
run: |
133-
MANIFEST_FILE="redist/redist-manifests/.manifest.${{ matrix.variant }}.txt"
133+
MANIFEST_FILE="redist/redist-manifests/.manifest.redist-${{ matrix.variant }}.txt"
134134
chmod +x depot_downloader/DepotDownloader
135135
manifest_output=$(depot_downloader/DepotDownloader \
136136
-app $APP_ID \

0 commit comments

Comments
 (0)