Skip to content

Commit

Permalink
Fix release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timower committed Aug 12, 2023
1 parent 5ef75ce commit 4174e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: package.tar.gz
asset_name: package.tar.gz
asset_path: rm2stuff.ipk
asset_name: rm2stuff.ipk
asset_content_type: application/gzip


0 comments on commit 4174e7c

Please sign in to comment.