Skip to content

Commit fdec153

Browse files
committed
fix paths
1 parent cadacd9 commit fdec153

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/GenerateRelease-csharp.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Create Staging Directory
3232
run: mkdir "STAGING"
3333

34-
- name: Build VolumeControl Binary (Portable Version)
34+
- name: Build VolumeControl Binary
3535
run: dotnet publish VolumeControl -c Release -p:PublishProfile="VolumeControl/Properties/PublishProfiles/FolderProfile.pubxml"
3636

3737
- name: Stage Binary (Portable Version)
@@ -77,7 +77,7 @@ jobs:
7777
- name: Prepare Installer Prerequisites
7878
run: git clone https://github.com/DomGries/InnoDependencyInstaller
7979

80-
- name: Build VolumeControl Binary (Installer Version)
80+
- name: Build VolumeControl Binary
8181
run: dotnet publish VolumeControl -c Release-ForInstaller -p:PublishProfile="VolumeControl/Properties/PublishProfiles/PublishForInstaller.pubxml"
8282

8383
- name: Compile VolumeControl Installer
@@ -116,6 +116,7 @@ jobs:
116116
uses: softprops/action-gh-release@v1
117117
with:
118118
draft: true
119+
fail_on_unmatched_files: true
119120
files: |
120-
'*/*.exe'
121-
'SDK.zip'
121+
**/*.exe
122+
SDK.zip

0 commit comments

Comments
 (0)