From 558b55dff162b4452245a70c1607816c3347d54f Mon Sep 17 00:00:00 2001 From: FizzyApple12 Date: Fri, 26 Apr 2024 23:50:25 -0400 Subject: [PATCH] changed the pull location from the github actions upload --- .github/workflows/deploy-application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-application.yml b/.github/workflows/deploy-application.yml index 615ec98..6f6f8c6 100644 --- a/.github/workflows/deploy-application.yml +++ b/.github/workflows/deploy-application.yml @@ -45,4 +45,4 @@ jobs: make_latest: true tag_name: ${{ steps.version.outputs.APP_VERSION }} token: ${{ secrets.GH_TOKEN }} - files: target/thumbv6m-none-eabi/release/application.bin \ No newline at end of file + files: application.bin \ No newline at end of file