Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveKeehl committed Apr 5, 2024
1 parent 2f9f1b5 commit 8937bf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/debugging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:

- run: pwd
- run: ls -l
- run: cd packages/svelte-reveal

- name: Building package
run: npm run pack
run: npm pack

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: ./packages/svelte-reveal/svelte-reveal-*.tgz
path: svelte-reveal-*.tgz

0 comments on commit 8937bf6

Please sign in to comment.