Skip to content

Commit

Permalink
Merge pull request #3625 from dscho/clean-up-git-artifacts.yml
Browse files Browse the repository at this point in the history
git-artifacts: remove stale outputs
  • Loading branch information
dscho authored Jan 14, 2022
2 parents b1e0460 + 2463be2 commit 8e3e9b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/git-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ env:
jobs:
bundle-artifacts:
runs-on: windows-latest
outputs:
latest-sdk64-extra-build-id: ${{ steps.determine-latest-sdk64-extra-build-id.outputs.id }}
steps:
- name: Configure user
shell: bash
Expand Down Expand Up @@ -100,8 +98,6 @@ jobs:
pkg:
runs-on: windows-latest
needs: bundle-artifacts
outputs:
latest-sdk64-extra-build-id: ${{ needs.bundle-artifacts.outputs.latest-sdk64-extra-build-id }}
strategy:
matrix:
arch:
Expand Down

0 comments on commit 8e3e9b0

Please sign in to comment.