Skip to content

Commit

Permalink
fnoooooord
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 15, 2024
1 parent d7125fc commit a156a29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ jobs:
mkdir -p dist
ls -al
ls -al dist
daveherman=$(npm pack --pack-destination=./dist --json | jq .[0].filename)
echo $daveherman
echo *** FNOOOOORD ***
npm pack --pack-destination=./dist --json
echo *** FNOOOOOOOOOOOOOOOOOOOORD ***
echo "filename=$(npm pack --pack-destination=./dist)" >> $GITHUB_OUTPUT
working-directory: ./pkgs/cargo-messages
- name: Diagnostics
Expand Down

0 comments on commit a156a29

Please sign in to comment.