Skip to content

Commit

Permalink
Update GenerateRelease-csharp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 authored Feb 16, 2022
1 parent 8412e1e commit 2c78d84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/GenerateRelease-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 2c78d84

Please sign in to comment.