From 9f4bf445b7f19b20daadd7417c69e5b579cc0eaf Mon Sep 17 00:00:00 2001 From: Oleg Kizeev Date: Sun, 13 Mar 2022 21:38:37 +0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8615475..08016f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,4 +33,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ matrix.target }} - path: ${{ github.workspace }}/target/release/simple-flasher* + path: ${{ github.workspace }}/target/${{ matrix.target }}/release/simple-flasher*