Update build-push-windows.yml

This commit is contained in:
Manuel Mayer
2023-06-06 23:35:05 +02:00
committed by GitHub
parent 799c11cce9
commit 4a34f43bf6

View File

@@ -58,7 +58,7 @@ jobs:
- name: Upload Windows installer to release
uses: softprops/action-gh-release@v1
with:
files: 'MacroDeck.Setup\Result\macro-deck-${{ inputs.version }}-win.exe'
files: './MacroDeck.Setup/Result/macro-deck-${{ inputs.version }}-win.exe'
tag_name: "v${{ inputs.version }}"
- name: Push Update to the API