Skip to content

Commit

Permalink
Debug mac
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 8, 2024
1 parent 2ae7db6 commit 609cd1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .ci/package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ pushd Squirrel.app/Contents
# Remove all default rime schemas but keep opencc data
# Then, download the latest schemas we need and amend the `default.yaml`
rm SharedSupport/*.*
echo "---------- $SCHEMA_DIR/* ----------"
ls "$SCHEMA_DIR/*"
echo "---------- $(realpath ../../schema)/* ----------"
ls $(realpath ../../schema)/*
cp -rf "$SCHEMA_DIR/*" SharedSupport
popd

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ 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 609cd1e

Please sign in to comment.