Skip to content

Commit

Permalink
update: release_with_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Feb 14, 2024
1 parent b0afd1e commit 26c1fa4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release_with_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,16 @@ jobs:
cd src/NF.Tool.UnityPackage.Console
dotnet publish -c Release -p:PublishProfile=Properties/PublishProfiles/FolderProfile-macos.pubxml
- name: Run Zip
run: |
cd src/NF.Tool.UnityPackage.Console/publish/macos
zip -r macos-cli.zip NF.Tool.UnityPackage.Console
- name: 📦️⏫ Upload Artifact
uses: actions/upload-artifact@v4
with:
name: artifact-macos-cli
path: src/NF.Tool.UnityPackage.Console/publish/macos/NF.Tool.UnityPackage.Console
path: src/NF.Tool.UnityPackage.Console/publish/macos/macos-cli.zip
if-no-files-found: error
retention-days: 1
compression-level: 0
Expand Down Expand Up @@ -133,4 +138,4 @@ jobs:
files: |
./download-artifacts/artifact-windows-cli/NF.Tool.UnityPackage.Console.exe
./download-artifacts/artifact-windows-gui/UnityUnpackGUI.exe
./download-artifacts/artifact-macos-cli/NF.Tool.UnityPackage.Console
./download-artifacts/artifact-macos-cli/macos-cli.zip

0 comments on commit 26c1fa4

Please sign in to comment.