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 50beb7e commit f9550ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build&push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ 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 }}
asset_path: /home/runner/.ufbt/build/metroflip.fap
asset_name: metroflip.fap
asset_name: metroflip-${{ env.VERSION }}.fap
asset_content_type: application/octet-stream

0 comments on commit f9550ce

Please sign in to comment.