From 411e78078f49377c59b177577b2118827f83d052 Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Mon, 29 Aug 2022 20:33:42 +0200 Subject: [PATCH] Update compile_development.yml --- .github/workflows/compile_development.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index 6f1f8dda..f68b693f 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: main + ref: development02 - uses: benjlevesque/short-sha@v1.2 id: short-sha with: @@ -55,4 +55,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: ${{ steps.rename-binary-files.outputs.name }}_dev_build - path: ./${{ steps.rename-binary-files.outputs.name }}.zip \ No newline at end of file + path: ./${{ steps.rename-binary-files.outputs.name }}.zip