Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Fri, 23 Apr 2021 22:07:49 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
M
.github/workflows/add-artifacts-to-current-release.yml
→
.github/workflows/add-artifacts-to-current-release.yml
@@ -84,7 +84,7 @@ if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
# Package the resulting Windows binary - name: Create artifact (Windows) - run: Compress-Archive -Path mn.exe -DestinationPath min_${{steps.current-release.outputs.tag_name}}_windows_x64.zip + run: Compress-Archive -Path min.exe -DestinationPath min_${{steps.current-release.outputs.tag_name}}_windows_x64.zip if: matrix.os == 'windows-latest' # Upload artifacts to current draft release