Skip to content

Commit

Permalink
Mulitline command
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed Feb 26, 2024
1 parent cb3f132 commit c62015d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sync-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
run: pnpm install --lockfile-only

- name: Pack & Unpack
run:
cd ${{ matrix.path }}
pnpm pack --pack-destination ./tmp
run: |
cd ${{ matrix.path }} &&
pnpm pack --pack-destination ./tmp &&
tar -xvf ./tmp/*.tgz
- name: log
run: ls -la
working-directory: ${{ matrix.path }}

0 comments on commit c62015d

Please sign in to comment.