Don't use wildcard for bundle upload

Fix #6049
This commit is contained in:
David Holdeman 2024-03-08 17:27:02 -06:00 committed by rusefillc
parent c444c48b4c
commit 565791a899
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: rusefi_bundle_${{matrix.build-target}}.zip
path: ./artifacts/rusefi_bundle*.zip
path: ./artifacts/rusefi_bundle_${{matrix.build-target}}.zip
- name: Upload github action autoupdate artifact
if: ${{ env.full == 'true' }}