Skip to content

Commit

Permalink
fix: do not wait it downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed May 13, 2024
1 parent 84ea0cd commit 264293a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
name: Matecho-${{ github.sha }}
path: Matecho
- name: Update deployment
run: "curl --output - -H 'X-Authorization: ${{ secrets.update_access_token }}' https://matecho-dev.zapic.moe/index.php/UpdateMatecho?artifact_id=${{ steps.artifact-upload.outputs.artifact-id }}"
run: "curl -m 5 --output - -H 'X-Authorization: ${{ secrets.update_access_token }}' https://matecho-dev.zapic.moe/index.php/UpdateMatecho?artifact_id=${{ steps.artifact-upload.outputs.artifact-id }};exit 0;"

0 comments on commit 264293a

Please sign in to comment.