Tweak file glob pattern in Windows build

pull/1583/head
Piero Toffanin 2023-01-12 11:41:16 -05:00
rodzic bf824d3583
commit 3680b54d64
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -53,7 +53,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist\*.exe
file: dist/*.exe
file_glob: true
tag: ${{ github.ref }}
overwrite: true