@@ -516,7 +516,7 @@ jobs:
516
516
.github
517
517
518
518
- name : Prevent Re-run
519
- uses : ./.github/actions/prevent-rerun
519
+ uses : ./.github/workflows/ actions/prevent-rerun
520
520
521
521
- uses : actions/download-artifact@v4
522
522
with :
@@ -561,7 +561,7 @@ jobs:
561
561
.github
562
562
563
563
- name : Prevent Re-run
564
- uses : ./quarto-cli/.github/actions/prevent-rerun
564
+ uses : ./quarto-cli/.github/workflows/ actions/prevent-rerun
565
565
566
566
- name : Download Artifacts
567
567
uses : actions/download-artifact@v4
@@ -663,11 +663,11 @@ jobs:
663
663
]
664
664
runs-on : ubuntu-latest
665
665
steps :
666
- - name : Prevent Re-run
667
- uses : ./.github/actions/prevent-rerun
668
-
669
666
- uses : actions/checkout@v4
670
667
668
+ - name : Prevent Re-run
669
+ uses : ./.github/workflows/actions/prevent-rerun
670
+
671
671
- name : Revert commit of version.txt
672
672
if : ${{ needs.configure.outputs.pushed }}
673
673
run : |
@@ -690,13 +690,18 @@ jobs:
690
690
runs-on : ubuntu-latest
691
691
needs : [configure, publish-release]
692
692
steps :
693
+ - uses : actions/checkout@v4
694
+ with :
695
+ sparse-checkout : |
696
+ .github
697
+
693
698
- name : Prevent Re-run
694
- uses : ./.github/actions/prevent-rerun
699
+ uses : ./.github/workflows/ actions/prevent-rerun
695
700
696
701
- name : Download Artifacts
697
702
uses : actions/download-artifact@v4
698
703
699
- - uses : quarto-dev/quarto-cli/ .github/actions/docker@main
704
+ - uses : ./ .github/actions/docker
700
705
with :
701
706
source : ./Deb Installer/quarto-${{needs.configure.outputs.version}}-linux-amd64.deb
702
707
version : ${{needs.configure.outputs.version}}
0 commit comments