Skip to content

Commit

Permalink
avoid double packing
Browse files Browse the repository at this point in the history
  • Loading branch information
saeziae committed Jan 11, 2024
1 parent 7e241ac commit 39626b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trime-datapack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: nguphing-datapack-${{ github.run_id }}.zip
path: build/nguphing-datapack.zip
path: build/*
4 changes: 2 additions & 2 deletions scripts/pack-trime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ mkdir build
export rime_dir="./build"
curl -fsSL https://git.io/rime-install | rime_frontend=fcitx-rime bash -s -- :preset
cp *.yaml build
cd build
zip -r nguphing-datapack.zip *
#cd build
#zip -r nguphing-datapack.zip *

0 comments on commit 39626b6

Please sign in to comment.