Skip to content

Commit

Permalink
Aim to fix the tarball path for the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 23, 2023
1 parent f0c47fe commit 0b6793f
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 @@ -656,7 +656,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/artifacts/tarball/radare2/radare2-${{ steps.r2v.outputs.branch }}.tar.xz
asset_path: dist/artifacts/tarball/radare2-${{ steps.r2v.outputs.branch }}.tar.xz
asset_name: radare2-${{ steps.r2v.outputs.branch }}.tar.xz
asset_content_type: application/x-txz
- name: Upload prefetched zip (source)
Expand All @@ -665,7 +665,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/artifacts/tarball/radare2/radare2-${{ steps.r2v.outputs.branch }}.zip
asset_path: dist/artifacts/tarball/radare2-${{ steps.r2v.outputs.branch }}.zip
asset_name: radare2-${{ steps.r2v.outputs.branch }}.zip
asset_content_type: application/x-zip
- name: Upload asset for Debian (i386)
Expand Down

0 comments on commit 0b6793f

Please sign in to comment.