Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Mar 14, 2024
1 parent 8b333c5 commit 3e28252
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test_macos_PA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,14 @@ jobs:
make -j
- name: collect
run: |
cp -r dist/MajsoulPaipuCrawler-darwin-x64 result
mkdir result
cp bin/release/PaipuAnalyzer result/
cp bin/release/PaipuAnalyzer ./
cp config.json result/
cp PAADData.json result/
cp doc/README.txt result/
cp doc/release-notes.txt result/
cp -r i18n result/
ln -s "~/Library/Application Support/MajsoulPaipuAnalyzer/data" result/data
ls -l result
mv result MajsoulPaipuAnalyzer-macos
mv result PaipuAnalyzer
- name: archive
run: |
brew install p7zip
Expand Down

0 comments on commit 3e28252

Please sign in to comment.