Skip to content

Commit

Permalink
fix(ci): make filepaths correct
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnritzdoge committed Apr 9, 2021
1 parent 443070b commit 9299fc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
git clean -fdx && git reset --hard HEAD
git rm -rf . && cp -r $GITHUB_WORKSPACE/../transfer/*.tgz ./
tar -xf *.tgz && rm *.tgz
mv ./package/* .
rm -rf package
git add .
git commit -m "build: v${PACKAGE_VERSION}" || true
git push --set-upstream origin build
Expand Down

0 comments on commit 9299fc0

Please sign in to comment.