diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8e1340d..dbb6bc59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,7 +143,7 @@ jobs: echo "Directory ${tag} already exsists. Removing" git rm -f $tag fi - git clone --depth 1 --branch $tag "https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" $tag + git clone --depth 1 --branch "archive-$tag" "https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" $tag git add -f $tag contents=$(git tag -n 100 $tag --format "%(contents)") echo "
" >> index.html