Skip to content

Commit

Permalink
ci: add upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
abeimler committed Nov 24, 2023
1 parent 3958b27 commit 901332e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:

- name: Run package
run: npm run pack
- uses: actions/upload-artifact@v3
with:
name: pro4trello
path: release/*.zip

0 comments on commit 901332e

Please sign in to comment.