Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 8, 2024
1 parent faf1666 commit 07b203b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
run: |
chmod u+x ./.ci/*
export SCHEMA_DIR="$PWD/schema"
echo "---------- $SCHEMA_DIR ----------"
ls "$SCHEMA_DIR"
echo "---------- ../schema ----------"
ls "../schema"
./.ci/package-mac.sh
- name: Upload Artifact
if: inputs.event_name == 'push' || steps.check_version.outcome == 'success'
Expand Down

0 comments on commit 07b203b

Please sign in to comment.