From d85092228b47a57ec776f8ef74d092345a034315 Mon Sep 17 00:00:00 2001 From: Aizawa Hikaru <37921907+azwhikaru@users.noreply.github.com> Date: Sat, 30 Oct 2021 11:51:33 +0800 Subject: [PATCH] Upload path change Upload path change --- .github/workflows/Make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Make.yml b/.github/workflows/Make.yml index 93e23a1cd..c1ea4f2c3 100644 --- a/.github/workflows/Make.yml +++ b/.github/workflows/Make.yml @@ -109,7 +109,7 @@ jobs: - name: Upload to Release uses: softprops/action-gh-release@v1 with: - files: ${{ github.event.inputs.DEVICE_NAME }}-Built.zip + files: workspace/${{ github.event.inputs.DEVICE_NAME }}-Built.zip name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }} tag_name: ${{ github.run_id }} body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}