Collect lfs file into .lfs-asset-id file and print

pull/273/head
Frostebite 2021-07-02 23:02:13 +01:00
parent 67891e1e7d
commit 81b22c6952
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2099,7 +2099,7 @@ class RemoteBuilder {
git clone https://${buildParameters.githubToken}@github.com/${process.env.GITHUB_REPOSITORY}.git ${repoPathFull}
echo "Checkout"
cd ${repoPathFull}
git checkout $GITHUB_SHA
git reset --hard $GITHUB_SHA
echo "Enable LFS"
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
git config --global filter.lfs.process "git-lfs filter-process"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -110,7 +110,7 @@ class RemoteBuilder {
}.git ${repoPathFull}
echo "Checkout"
cd ${repoPathFull}
git checkout $GITHUB_SHA
git reset --hard $GITHUB_SHA
echo "Enable LFS"
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
git config --global filter.lfs.process "git-lfs filter-process"