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:
8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8989 WINGET_GITHUB_TOKEN : ${{ secrets.WINGET_GITHUB_TOKEN }}
9090 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 }}
9595
9696 - name : Generate subject
9797 id : hash
You can’t perform that action at this time.
0 commit comments