Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit d3b5f8c

Browse files
author
Matthias Koeppe
committed
Fix up listing tar files
1 parent c400c37 commit d3b5f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extract-sage-local.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22
# to be run from $SAGE_ROOT, with arguments sage-local-${{ env.PREVIOUS_STAGES }}.tar
33

4-
# Show all tar files from the sage-local artifact
5-
ls -l sage-local-*.tar
4+
# Show all tar files
5+
ls -l $*
66

77
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
88
for a in $*; do

0 commit comments

Comments
 (0)