From 3e282529d87c480626c7646e93d1d0e881fd87cd Mon Sep 17 00:00:00 2001 From: zyr17 Date: Thu, 14 Mar 2024 22:24:52 +0800 Subject: [PATCH] update ci --- .github/workflows/test_macos_PA.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_macos_PA.yml b/.github/workflows/test_macos_PA.yml index e25e444..eb35bb9 100644 --- a/.github/workflows/test_macos_PA.yml +++ b/.github/workflows/test_macos_PA.yml @@ -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