Skip to content

Commit

Permalink
let's fix this shit
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 15, 2024
1 parent c3479f5 commit a73aa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
mkdir -p dist
ls -al
ls -al dist
daveherman=$(npm pack --pack-destination=./dist)
daveherman=$(npm pack --pack-destination=./dist --json | jq .filename)
echo $daveherman
echo "filename=$(npm pack --pack-destination=./dist)" >> $GITHUB_OUTPUT
working-directory: ./pkgs/cargo-messages
Expand Down

0 comments on commit a73aa28

Please sign in to comment.