(CI) fix workflow

This commit is contained in:
Nick Fisher
2025-06-24 15:26:46 +08:00
parent 8a1f320bb7
commit 6075608bda

View File

@@ -16,7 +16,7 @@ jobs:
with: with:
channel: master channel: master
architecture: X64 architecture: X64
- run: cd thermion_dart && dart pub get && dart--enable-experiment=native-assets test - run: cd thermion_dart && dart pub get && dart --enable-experiment=native-assets test
- name: Zip goldens - name: Zip goldens
run: zip -r goldens.zip ./thermion_dart/test/output run: zip -r goldens.zip ./thermion_dart/test/output
- name: Upload golden images - name: Upload golden images