Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frizkyiman authored Feb 13, 2024
1 parent b0a8083 commit bb06e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
echo -e "Server space usage after compilation: \n$(df -hT ${PWD}) \n"
- name: Upload Firmware to Release
uses: svenstaro/upload-release-action@v2
uses: termux/upload-release-action@v4.0.2
if: steps.compile.outputs.status == 'success' && !cancelled()
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bb06e31

Please sign in to comment.