Update sub_weeklyBuild.yml

Fix `sub_weeklyBuild.yml`
This commit is contained in:
Jackson Oursland
2025-05-12 12:34:09 -07:00
committed by Chris Hennes
parent 9590224fe2
commit 23fb262150

View File

@@ -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: