Skip to content

Commit c6bb36b

Browse files
committed
workflow
1 parent 8c22b16 commit c6bb36b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
- name: Upload build artifacts
9898
uses: actions/upload-artifact@v6
9999
with:
100-
name: GabNetStats-$env:Configuration
100+
name: GabNetStats-${{ env:Configuration }}
101101
path: dist
102+
overwrite: true
102103
env:
103104
Configuration: ${{ matrix.configuration }}

0 commit comments

Comments
 (0)