Skip to content

Commit

Permalink
upload artifact wildcard updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Oct 19, 2023
1 parent 192882e commit 1e8755c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ jobs:
- uses: actions/[email protected]
with:
name: windowsx86file
path: ${{ github.workspace }}\src\bin\Release\net8.0\win-x86\publish\*.zip
path: ${{ github.workspace }}\src\*arm64.zip
- uses: actions/[email protected]
with:
name: windowsx64file
path: ${{ github.workspace }}\src\bin\Release\net8.0\win-x64\publish\*.zip
path: ${{ github.workspace }}\src\*x64.zip
- uses: actions/[email protected]
with:
name: windowsarm64file
path: ${{ github.workspace }}\src\bin\Release\net8.0\win-arm64\publish\*.zip
path: ${{ github.workspace }}\src\*x86.zip

create-release:
needs: [build-macos, build-windows]
Expand Down

0 comments on commit 1e8755c

Please sign in to comment.