Skip to content

Commit 06b6a48

Browse files
author
Your Name
committed
Include verion number in release assets
1 parent 89702b9 commit 06b6a48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
upload_url: ${{ steps.release.outputs.upload_url }}
3535
asset_path: ${{ github.workspace }}/frida-cshell.js
36-
asset_name: frida-cshell.js
36+
asset_name: frida-cshell-${{ github.ref_name }}.js
3737
asset_content_type: text/javascript
3838
- name: Upload SH
3939
id: uploadsh
@@ -44,5 +44,5 @@ jobs:
4444
with:
4545
upload_url: ${{ steps.release.outputs.upload_url }}
4646
asset_path: ${{ github.workspace }}/frida-cshell
47-
asset_name: frida-cshell
47+
asset_name: frida-cshell-${{ github.ref_name }}
4848
asset_content_type: text/x-shellscript

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frida-cshell",
3-
"version": "1.8.9",
3+
"version": "1.8.10",
44
"description": "Frida's CShell",
55
"scripts": {
66
"prepare": "npm run version && npm run build && npm run package && npm run copy",

0 commit comments

Comments
 (0)