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 bb878ab commit 1529db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cp PAADData.json result/
cp doc/README.txt result/
cp doc/release-notes.txt result/
cp -r i18n/ result/
cp -r i18n result/
mv result MajsoulPaipuAnalyzer-macos
# ln -s "~/Library/Application Support/MajsoulPaipuAnalyzer/data" result/data
- name: archive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_macos_PA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cp PAADData.json result/
cp doc/README.txt result/
cp doc/release-notes.txt result/
cp -r i18n/ result/
cp -r i18n result/
ls -l result
mv result MajsoulPaipuAnalyzer-macos
# ln -s "~/Library/Application Support/MajsoulPaipuAnalyzer/data" result/data
Expand Down

0 comments on commit 1529db4

Please sign in to comment.