Skip to content

Commit 2463be2

Browse files
committed
git-artifacts: remove stale outputs
These are left-overs from the time before we started using the git-for-windows/setup-git-for-windows-sdk GitHub Action. Noticed via https://rhysd.github.io/actionlint/ Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6161615 commit 2463be2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ env:
2727
jobs:
2828
bundle-artifacts:
2929
runs-on: windows-latest
30-
outputs:
31-
latest-sdk64-extra-build-id: ${{ steps.determine-latest-sdk64-extra-build-id.outputs.id }}
3230
steps:
3331
- name: Configure user
3432
shell: bash
@@ -100,8 +98,6 @@ jobs:
10098
pkg:
10199
runs-on: windows-latest
102100
needs: bundle-artifacts
103-
outputs:
104-
latest-sdk64-extra-build-id: ${{ needs.bundle-artifacts.outputs.latest-sdk64-extra-build-id }}
105101
strategy:
106102
matrix:
107103
arch:

0 commit comments

Comments
 (0)