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,9 +10,8 @@ env:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
@@ -24,6 +23,6 @@ jobs:
with:
name: executables
path: |
'*.AppImage'
'*.zip'
'**.AppImage'
'**.zip'