Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Alexy Mantha <[email protected]>
  • Loading branch information
alexymantha committed Dec 20, 2023
1 parent 3f1746b commit 7aeead8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,24 @@ jobs:
cache: 'npm'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: ls -al
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: extension.tar.gz
# A file, directory or wildcard pattern that describes what to upload
path: extension.tar.gz
path: ui/extension.tar.gz
if-no-files-found: error
compression-level: 9

release:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ui
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
path: ui
path: ui/
- name: Download extension
if: ${{ steps.release.outputs.release_created }}
uses: actions/download-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/node_modules
**/node_modules
ui/dist
Binary file removed ui/dist/extension.tar
Binary file not shown.

This file was deleted.

0 comments on commit 7aeead8

Please sign in to comment.