diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index acac7b8..aa829d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ on: - "v*.*.*" jobs: - build: + release: runs-on: ubuntu-latest steps: - name: Checkout @@ -27,9 +27,12 @@ jobs: uses: a7ul/tar-action@v1.1.0 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 diff --git a/package.json b/package.json index 60f629b..17655a4 100644 --- a/package.json +++ b/package.json @@ -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 ",