Skip to content

Commit

Permalink
Revert "chore: upload yarn pack result"
Browse files Browse the repository at this point in the history
This reverts commit 183c4c9.
  • Loading branch information
jenniferarnesen committed Jun 11, 2024
1 parent 183c4c9 commit 1525db4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/copy-build-to-d2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@ jobs:
- name: Build package
run: yarn build

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

- uses: actions/upload-artifact@v2
with:
name: output-build
path: output.tgz
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

- name: Copy package to d2-ci
uses: dhis2/deploy-build@master
with:
Expand Down

0 comments on commit 1525db4

Please sign in to comment.