Skip to content

Commit

Permalink
fix: app flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tresabhi committed Jan 26, 2025
1 parent e943a1a commit 8ce7a20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ concurrency:
env:
DEPOT_DOWNLOADER_USERNAME: ${{ secrets.DEPOT_DOWNLOADER_USERNAME }}
DEPOT_DOWNLOADER_PASSWORD: ${{ secrets.DEPOT_DOWNLOADER_PASSWORD }}
STEAM_APP: 3341250
STEAM_DEPOT: 3341251

jobs:
download_client:
Expand Down Expand Up @@ -43,4 +45,4 @@ jobs:
- name: (Steam) Download client
run: |
chmod +x temp/depotDownloader/DepotDownloader
temp/depotDownloader/DepotDownloader -q -os windows -depot 3341251 -username "${{ env.DEPOT_DOWNLOADER_USERNAME }}" -password "${{ env.DEPOT_DOWNLOADER_PASSWORD }}"
temp/depotDownloader/DepotDownloader -q -os windows -app ${{ env.STEAM_APP }} -depot ${{ env.STEAM_DEPOT }} -username "${{ env.DEPOT_DOWNLOADER_USERNAME }}" -password "${{ env.DEPOT_DOWNLOADER_PASSWORD }}"

0 comments on commit 8ce7a20

Please sign in to comment.