Update sub_weeklyBuild.yml
Fix `sub_weeklyBuild.yml`
This commit is contained in:
committed by
Chris Hennes
parent
9590224fe2
commit
23fb262150
3
.github/workflows/sub_weeklyBuild.yml
vendored
3
.github/workflows/sub_weeklyBuild.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user