Skip to content

Commit

Permalink
Compress with folder instead of files
Browse files Browse the repository at this point in the history
  • Loading branch information
Meister1593 committed Jan 3, 2024
1 parent e832d50 commit 362f35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
uses: actions/[email protected]
with:
name: ADBForwarder-linux-x64.zip
path: ADBForwarder/bin/Release/net8.0/linux-x64/publish/*
path: ADBForwarder/bin/Release/net8.0/linux-x64/publish
- name: Upload Windows Artifact
uses: actions/[email protected]
with:
name: ADBForwarder-windows-x64.zip
path: ADBForwarder/bin/Release/net8.0/win-x64/publish/*
path: ADBForwarder/bin/Release/net8.0/win-x64/publish

0 comments on commit 362f35a

Please sign in to comment.