Skip to content

Commit

Permalink
Include verion number in release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 15, 2025
1 parent 89702b9 commit 06b6a48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
upload_url: ${{ steps.release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/frida-cshell.js
asset_name: frida-cshell.js
asset_name: frida-cshell-${{ github.ref_name }}.js
asset_content_type: text/javascript
- name: Upload SH
id: uploadsh
Expand All @@ -44,5 +44,5 @@ jobs:
with:
upload_url: ${{ steps.release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/frida-cshell
asset_name: frida-cshell
asset_name: frida-cshell-${{ github.ref_name }}
asset_content_type: text/x-shellscript
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frida-cshell",
"version": "1.8.9",
"version": "1.8.10",
"description": "Frida's CShell",
"scripts": {
"prepare": "npm run version && npm run build && npm run package && npm run copy",
Expand Down

0 comments on commit 06b6a48

Please sign in to comment.