Skip to content

Commit

Permalink
more diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 15, 2024
1 parent 78c93c6 commit c3479f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ jobs:
mkdir -p dist
ls -al
ls -al dist
npm pack --pack-destination=./dist || (cat ./update-platforms.log && false)
daveherman=$(npm pack --pack-destination=./dist)
echo $daveherman
echo "filename=$(npm pack --pack-destination=./dist)" >> $GITHUB_OUTPUT
working-directory: ./pkgs/cargo-messages
- name: Diagnostics
Expand Down

0 comments on commit c3479f5

Please sign in to comment.