We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1481cfd commit de68a0cCopy full SHA for de68a0c
1 file changed
.github/workflows/Update.Unturned.Redist.yaml
@@ -123,7 +123,7 @@ jobs:
123
id: compare_manifest
124
run: |
125
MANIFEST_FILE="redist/redist-manifests/.manifest.${{ matrix.variant }}.txt"
126
- manifest_output=$(dotnet depot_downloader/DepotDownloader \
+ manifest_output=$(depot_downloader/DepotDownloader \
127
-app $APP_ID \
128
-depot $APP_DEPOT_ID \
129
-username ${{ secrets.STEAM_USERNAME }} \
0 commit comments