Skip to content

Commit 356725a

Browse files
Fix symlink
1 parent 478e3f2 commit 356725a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/restore.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ jobs:
9090
mkdir $HOME/ghe-backup-data/$dir_name
9191
tar -xvf ghes-data/data/backup/${{ inputs.size }}/v3.8.0/${{ inputs.size }}-refined.tar.gz -C $HOME/ghe-backup-data/$dir_name
9292
93-
ln -s $HOME/ghe-backup-data/$dir_name $HOME/ghe-backup-data/current
94-
93+
ln -s $dir_name $HOME/ghe-backup-data/current
9594
ls -al $HOME/ghe-backup-data
9695
ls -al $HOME/ghe-backup-data/$dir_name
9796

0 commit comments

Comments
 (0)