Cleanup workflows

This commit is contained in:
Willy-JL
2023-04-22 09:25:53 +01:00
parent c07c06aba8
commit 4a6d5c4f9d
8 changed files with 19 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
name: 'Build artifact'
name: 'Build'
on:
push:
@@ -41,7 +41,7 @@ jobs:
with:
name: updater
path: |
dist/${{ env.DEFAULT_TARGET }}-*
dist/${{ env.DEFAULT_TARGET }}-*/${{ env.DEFAULT_TARGET }}-update-*/
# - name: 'Find Previous Comment'
# if: ${{ github.event.pull_request }}