File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8585 path : |
8686 CMake_build/libinchi_build/CMakeCache.txt
8787 CMake_build/cli_build/CMakeCache.txt
88-
88+
8989 - name : Collect artifacts
9090 run : |
9191 mkdir -p ${{ env.RELEASE_DIR }}
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Sign artifacts
103103 if : runner.os == 'Windows'
104- uses : signpath/github-action-submit-signing-request@4f13d373e8f0cd8d3c0465ff4877feff27aed2ae
104+ uses : signpath/github-action-submit-signing-request@ced31329c0317e779dad2eec2a7c3bb46ea1343e
105105 with :
106106 api-token : ${{ secrets.SIGNPATH_API_TOKEN }}
107107 organization-id : 656f8204-f8c5-4028-bd48-f832f5f89b31
@@ -119,7 +119,6 @@ jobs:
119119
120120 release :
121121 needs : build_and_test
122- if : github.ref_type == 'tag'
123122 runs-on : ubuntu-22.04
124123 permissions :
125124 contents : write
@@ -144,6 +143,8 @@ jobs:
144143 run : zip -r cmake_configurations.zip cmake_configurations
145144
146145 - name : Create release
146+ # TODO: lift this guard to release job level
147+ if : github.ref_type == 'tag'
147148 shell : bash
148149 env :
149150 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments