From b1e7a83e18827af42441e023a509cb9fc06baa4f Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sun, 12 Jan 2025 16:14:52 -0500 Subject: [PATCH] Fix archive path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b015869..3e915e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,5 +40,5 @@ jobs: - name: archive vat uses: actions/upload-artifact@v4 with: - name: vat + name: vat-${{ matrix.target }} path: build/libs/vat-${{ matrix.target }}