File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ jobs:
88
88
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
89
89
WINGET_GITHUB_TOKEN : ${{ secrets.WINGET_GITHUB_TOKEN }}
90
90
HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
91
- VERSION : ${{ needs.ldflags_args .outputs.version }}
92
- COMMIT : ${{ needs.ldflags_args .outputs.commit }}
93
- COMMIT_DATE : ${{ needs.ldflags_args .outputs.commit-date }}
94
- TREE_STATE : ${{ needs.ldflags_args .outputs.tree-state }}
91
+ VERSION : ${{ needs.compute-build-flags .outputs.version }}
92
+ COMMIT : ${{ needs.compute-build-flags .outputs.commit }}
93
+ COMMIT_DATE : ${{ needs.compute-build-flags .outputs.commit-date }}
94
+ TREE_STATE : ${{ needs.compute-build-flags .outputs.tree-state }}
95
95
96
96
- name : Generate subject
97
97
id : hash
You can’t perform that action at this time.
0 commit comments