From 2f6491d31f9a3cba05888446c4878563c61e86ba Mon Sep 17 00:00:00 2001 From: Jackson Oursland Date: Mon, 12 May 2025 12:34:09 -0700 Subject: [PATCH] Update sub_weeklyBuild.yml Fix `sub_weeklyBuild.yml` --- .github/workflows/sub_weeklyBuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sub_weeklyBuild.yml b/.github/workflows/sub_weeklyBuild.yml index f956e86aa4..b942f1e1e3 100644 --- a/.github/workflows/sub_weeklyBuild.yml +++ b/.github/workflows/sub_weeklyBuild.yml @@ -24,6 +24,7 @@ jobs: submodules: 'recursive' - name: Tag Build + id: tag_build shell: bash -l {0} env: GH_TOKEN: ${{ github.token }} @@ -54,7 +55,7 @@ jobs: gh release upload --clobber ${BUILD_TAG} "freecad_source_${BUILD_TAG}.tar.gz" "freecad_source_${BUILD_TAG}.tar.gz-SHA256.txt" build: - needs: upload_source + needs: tag_build strategy: matrix: include: