Skip to content

Commit 1481cfd

Browse files
committed
Fix updater workflow
1 parent 40ee4c3 commit 1481cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
id: compare_manifest
124124
run: |
125125
MANIFEST_FILE="redist/redist-manifests/.manifest.${{ matrix.variant }}.txt"
126-
manifest_output=$(dotnet depot_downloader/DepotDownloader.dll \
126+
manifest_output=$(dotnet depot_downloader/DepotDownloader \
127127
-app $APP_ID \
128128
-depot $APP_DEPOT_ID \
129129
-username ${{ secrets.STEAM_USERNAME }} \

0 commit comments

Comments
 (0)