Skip to content

Commit

Permalink
chore: try uploading artifact to current repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jun 11, 2024
1 parent 346608b commit 000ec16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/copy-build-to-d2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
- name: Build package
run: yarn build

- uses: actions/upload-artifact@v2
with:
name: lib-build
path: |
**/build
!**/node_modules
retention-days: 2

- name: Pack and unpack the build to a directory named 'package'
run: yarn pack --filename output.tgz && tar -xzf output.tgz

Expand Down

0 comments on commit 000ec16

Please sign in to comment.