Skip to content

Commit

Permalink
feat: update release GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
thelicato committed Apr 13, 2023
1 parent 6c1c039 commit 72808fd
Showing 1 changed file with 5 additions and 2 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/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
Expand Down

0 comments on commit 72808fd

Please sign in to comment.