Skip to content

Commit

Permalink
Update build&push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luu176 authored Dec 30, 2024
1 parent f9550ce commit f5c8149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build&push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
core.setOutput('upload_url', latestRelease.data.upload_url.split('{')[0]);
# Step 7: Upload the .fap file to the latest release
- name: Upload FAP to Latest Release
- name: Upload FAP to Latest Release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.latest_release.outputs.upload_url }}
Expand Down

0 comments on commit f5c8149

Please sign in to comment.