File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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)
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
You can’t perform that action at this time.
0 commit comments