Skip to content

Commit

Permalink
fix: artifact id not passed
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed May 13, 2024
1 parent 3baa739 commit 41f69ef
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 -H 'X-Authorization: ${{ secrets.update_access_token }}' https://matecho-dev.zapic.moe/index.php/UpdateMatecho?artifact_id=${{ steps.artifact-upload-step.outputs.artifact-id }}"
run: "curl -H 'X-Authorization: ${{ secrets.update_access_token }}' https://matecho-dev.zapic.moe/index.php/UpdateMatecho?artifact_id=${{ steps.artifact-upload.outputs.artifact-id }}"

0 comments on commit 41f69ef

Please sign in to comment.