Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Nov 8, 2023
1 parent cadacd9 commit fdec153
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/GenerateRelease-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Staging Directory
run: mkdir "STAGING"

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

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

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

- name: Compile VolumeControl Installer
Expand Down Expand Up @@ -116,6 +116,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
fail_on_unmatched_files: true
files: |
'*/*.exe'
'SDK.zip'
**/*.exe
SDK.zip

0 comments on commit fdec153

Please sign in to comment.