Skip to content

Commit

Permalink
fixup! fixup! TO-DROP: ci: reuse windows-artifacts from an earlier run
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Dec 3, 2023
1 parent 974cac0 commit 852776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: tar xf artifacts.tar.gz && tar xf tracked.tar.gz
- name: do use current `ci/lib.sh`
shell: bash
run: curl -Lo ci/lib.sh https://${{ github.repository }}/raw/${{ github.sha }}/ci/lib.sh
run: curl -Lo ci/lib.sh https://${{ github.repositoryUrl }}/raw/${{ github.sha }}/ci/lib.sh
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- name: test
id: test
Expand Down

0 comments on commit 852776d

Please sign in to comment.