Skip to content

Commit

Permalink
make sure dist exists
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Mar 4, 2024
1 parent 9ea83bd commit a6c2bdd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,14 @@ jobs:
- name: Install Dependencies
shell: bash
run: npm ci
- name: Diagnostics
- name: Pack
id: pack
shell: bash
run: |
mkdir -p dist
ls -al
ls -al dist
working-directory: ./pkgs/cargo-messages
- name: Pack
id: pack
shell: bash
run: echo "filename=$(npm pack --pack-destination=./dist)" >> $GITHUB_OUTPUT
echo "filename=$(npm pack --pack-destination=./dist)" >> $GITHUB_OUTPUT
working-directory: ./pkgs/cargo-messages
- name: Diagnostics
shell: bash
Expand Down

0 comments on commit a6c2bdd

Please sign in to comment.