|
81 | 81 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
82 | 82 | # We remove the local/lib64 link, which will be recreated by the next stage. |
83 | 83 | run: | |
84 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 84 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
85 | 85 | if: always() |
86 | 86 | - uses: actions/upload-artifact@v2-preview |
87 | 87 | # upload-artifact@v2-preview does not support whitespace in file names. |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
152 | 152 | # We remove the local/lib64 link, which will be recreated by the next stage. |
153 | 153 | run: | |
154 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 154 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
155 | 155 | if: always() |
156 | 156 | - uses: actions/upload-artifact@v2-preview |
157 | 157 | # upload-artifact@v2-preview does not support whitespace in file names. |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
233 | 233 | # We remove the local/lib64 link, which will be recreated by the next stage. |
234 | 234 | run: | |
235 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 235 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
236 | 236 | if: always() |
237 | 237 | - uses: actions/upload-artifact@v2-preview |
238 | 238 | # upload-artifact@v2-preview does not support whitespace in file names. |
@@ -311,7 +311,7 @@ jobs: |
311 | 311 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
312 | 312 | # We remove the local/lib64 link, which will be recreated by the next stage. |
313 | 313 | run: | |
314 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 314 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
315 | 315 | if: always() |
316 | 316 | - uses: actions/upload-artifact@v2-preview |
317 | 317 | with: |
@@ -388,7 +388,7 @@ jobs: |
388 | 388 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
389 | 389 | # We remove the local/lib64 link, which will be recreated by the next stage. |
390 | 390 | run: | |
391 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 391 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
392 | 392 | if: always() |
393 | 393 | - uses: actions/upload-artifact@v2-preview |
394 | 394 | with: |
@@ -465,7 +465,7 @@ jobs: |
465 | 465 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
466 | 466 | # We remove the local/lib64 link, which will be recreated by the next stage. |
467 | 467 | run: | |
468 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 468 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
469 | 469 | if: always() |
470 | 470 | - uses: actions/upload-artifact@v2-preview |
471 | 471 | with: |
@@ -542,7 +542,7 @@ jobs: |
542 | 542 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
543 | 543 | # We remove the local/lib64 link, which will be recreated by the next stage. |
544 | 544 | run: | |
545 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 545 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
546 | 546 | if: always() |
547 | 547 | - uses: actions/upload-artifact@v2-preview |
548 | 548 | with: |
@@ -621,7 +621,7 @@ jobs: |
621 | 621 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
622 | 622 | # We remove the local/lib64 link, which will be recreated by the next stage. |
623 | 623 | run: | |
624 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 624 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
625 | 625 | if: always() |
626 | 626 | - uses: actions/upload-artifact@v2-preview |
627 | 627 | with: |
@@ -700,7 +700,7 @@ jobs: |
700 | 700 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
701 | 701 | # We remove the local/lib64 link, which will be recreated by the next stage. |
702 | 702 | run: | |
703 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 703 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
704 | 704 | if: always() |
705 | 705 | - uses: actions/upload-artifact@v2-preview |
706 | 706 | with: |
@@ -777,7 +777,7 @@ jobs: |
777 | 777 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
778 | 778 | # We remove the local/lib64 link, which will be recreated by the next stage. |
779 | 779 | run: | |
780 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 780 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
781 | 781 | if: always() |
782 | 782 | - uses: actions/upload-artifact@v2-preview |
783 | 783 | with: |
@@ -854,7 +854,7 @@ jobs: |
854 | 854 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
855 | 855 | # We remove the local/lib64 link, which will be recreated by the next stage. |
856 | 856 | run: | |
857 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 857 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
858 | 858 | if: always() |
859 | 859 | - uses: actions/upload-artifact@v2-preview |
860 | 860 | with: |
@@ -931,7 +931,7 @@ jobs: |
931 | 931 | # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. |
932 | 932 | # We remove the local/lib64 link, which will be recreated by the next stage. |
933 | 933 | run: | |
934 | | - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar local' |
| 934 | + C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf sage-local-${{ env.STAGE }}.tar --remove-files local' |
935 | 935 | if: always() |
936 | 936 | - uses: actions/upload-artifact@v2-preview |
937 | 937 | with: |
|
0 commit comments