Преглед на файлове

include OTA files in CI

Andrew Tridgell преди 3 години
родител
ревизия
cf65107203
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/workflows/test_build.yml

+ 2 - 2
.github/workflows/test_build.yml

@@ -33,12 +33,12 @@ jobs:
         id: check_files
         uses: andstor/file-existence-action@v1
         with:
-          files: RemoteIDModule/ArduRemoteID-*.bin
+          files: RemoteIDModule/ArduRemoteID*.bin
           allow_failure: true
 
       - name: Archive build
         uses: actions/upload-artifact@v3
         with:
            name: binaries
-           path: RemoteIDModule/ArduRemoteID-*.bin
+           path: RemoteIDModule/ArduRemoteID*.bin
            retention-days: 7