Skip to content

Commit

Permalink
Update extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom authored Jan 3, 2024
1 parent e106569 commit a2622d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ jobs:
- run: npm install
- run: npm run build
- run: npm run package

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: Extension
path: archive/*.rbz
if-no-files-found: error

0 comments on commit a2622d2

Please sign in to comment.