diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-06-26 20:58:08 -0600 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2023-06-26 20:58:08 -0600 |
| commit | 799608e289178de95eb50210d4c1cf47bc944e3f (patch) | |
| tree | cf9cc16cc2181bcccc09cf5c7194d66d97149770 /.github | |
| parent | 64417c2b021a2ed1199d21a745e020680231e9ad (diff) | |
fix github action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8509db580f..5894449176 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,4 +32,4 @@ jobs: - name: Upload Progress to Frogress env: PROGRESS_API_KEY: ${{ secrets.FROGRESS_API_KEY }} - run: ./tools/upload-progress.py -b https://progress.deco.mp/ -p twilightprincess -v gcn_usa progress-${{ steps.get_run_id.outputs.run_id }}.json
\ No newline at end of file + run: ./tp upload-progress -b https://progress.deco.mp/ -p twilightprincess -v gcn_usa progress-${{ steps.get_run_id.outputs.run_id }}.json
\ No newline at end of file |
