From 8be268dd2f6b79cff7915771a677189e290efe87 Mon Sep 17 00:00:00 2001 From: Alexander Schellenberg Date: Sun, 28 Apr 2024 17:09:25 +0200 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index d7eaf98..5faefbe 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -46,5 +46,5 @@ jobs: - run: dart compile exe bin/better_imports.dart -v -o build/${{ matrix.output-name }} - uses: actions/upload-artifact@v4 with: - name: native-executables + name: better_imports-${{ matrix.runs-on }} path: build