From 2c78d84f41e9d027849c99159009f9c3042e6b7d Mon Sep 17 00:00:00 2001 From: radj307 Date: Wed, 16 Feb 2022 16:09:25 -0500 Subject: [PATCH] Update GenerateRelease-csharp.yml --- .github/workflows/GenerateRelease-csharp.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/GenerateRelease-csharp.yml b/.github/workflows/GenerateRelease-csharp.yml index 5af95597d..2b9f7dec0 100644 --- a/.github/workflows/GenerateRelease-csharp.yml +++ b/.github/workflows/GenerateRelease-csharp.yml @@ -71,6 +71,8 @@ jobs: uses: actions/download-artifact@v2 with: path: ${{github.workspace}} + + - run: ls -lAghR - name: 'Create Release' uses: softprops/action-gh-release@v1 @@ -80,4 +82,5 @@ jobs: tag_name: ${{steps.get_version.outputs.VERSION}} fail_on_unmatched_files: true files: | - '${{github.workspace}}/build-windows/*.exe' + ${{github.workspace}}/build-windows/VolumeControl.exe + ${{github.workspace}}/build-windows/VolumeControlCLI.exe