Skip to content

Commit 8e3e9b0

Browse files
authored
Merge pull request #3625 from dscho/clean-up-git-artifacts.yml
git-artifacts: remove stale outputs
2 parents b1e0460 + 2463be2 commit 8e3e9b0

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)