Skip to content

Commit

Permalink
Merge branch 'release/0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
thelicato committed Apr 13, 2023
2 parents 6c1c039 + 8d1b959 commit 9f060e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*.*.*"

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -27,9 +27,12 @@ jobs:
uses: a7ul/[email protected]
id: compress
with:
cwd: ./dist
command: c
files: |
./dist
./behaviors
./utils
./robodroid-library.js
outPath: robodroid-library-${{github.ref_name}}.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robodroid-library",
"version": "0.0.0",
"version": "0.0.1",
"description": "Curated list of Frida scripts for RoboDroid to run pre-defined behaviors.",
"main": "index.js",
"author": "Angelo Delicato <[email protected]>",
Expand Down

0 comments on commit 9f060e6

Please sign in to comment.