Skip to content

Commit

Permalink
Change to grab release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Meister1593 committed Jan 3, 2024
1 parent 2dd13bb commit b09ba41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
uses: actions/upload-artifact@v4.0.0
with:
name: ADBForwarder-linux-x64.zip
path: ADBForwarder/bin/Debug/net8.0/linux-x64/publish
path: ADBForwarder/bin/Release/net8.0/linux-x64/publish
- name: Upload Windows Artifact
uses: actions/upload-artifact@v4.0.0
with:
name: ADBForwarder-windows-x64.zip
path: ADBForwarder/bin/Debug/net8.0/win-x64/publish
path: ADBForwarder/bin/Release/net8.0/win-x64/publish
- uses: ncipollo/release-action@v1
with:
draft: true
Expand Down

0 comments on commit b09ba41

Please sign in to comment.