We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9e9b8 commit b0a278dCopy full SHA for b0a278d
.github/workflows/Update.Unturned.Redist.yaml
@@ -133,6 +133,9 @@ jobs:
133
id: compare_manifest
134
run: |
135
MANIFEST_FILE="redist/redist-manifests/.manifest.redist-${{ matrix.variant }}.txt"
136
+
137
+ mkdir -p redist/temp_depots
138
139
chmod +x depot_downloader/DepotDownloader
140
manifest_output=$(depot_downloader/DepotDownloader \
141
-app $APP_ID \
0 commit comments