try different pattern

This commit is contained in:
Hannes Kuchelmeister
2022-02-22 15:31:34 +01:00
committed by GitHub
parent d2b3cde37b
commit 2f4f4f685d

View File

@@ -10,7 +10,6 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -24,6 +23,6 @@ jobs:
with: with:
name: executables name: executables
path: | path: |
'*.AppImage' '**.AppImage'
'*.zip' '**.zip'