Skip to content

Commit

Permalink
build: fix publish path, revert wildcard
Browse files Browse the repository at this point in the history
- ughhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
  • Loading branch information
binary1230 committed Dec 1, 2024
1 parent a7da62e commit 06fd073
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
- name: Publish
run: dotnet publish --no-build -c Release /p:PublishProfile=FolderProfile .\DiztinGUIsh\

- uses: vimtor/action-zip@v1
- uses: vimtor/action-zip@v1.2
with:
files: DiztinGUIsh\bin\Release\*\publish\
# files: DiztinGUIsh\bin\Release\*\publish\ # would be cooler if we could do this but... alas...
files: DiztinGUIsh\bin\Release\net8.0-windows\publish\
dest: ${{ steps.ver.outputs.ver }}.zip

- name: Upload Artifact
Expand Down

0 comments on commit 06fd073

Please sign in to comment.