Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Davilarek authored Sep 15, 2024
1 parent fcc30c3 commit 7d8be51
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,21 @@ jobs:
run: |
pnpm install
pnpm dist
- name: Store dist location
run: |
ls
echo "DIST_LOC=$(pwd)" >> $GITHUB_ENV
- name: Clone BrowserFS-builds repository
uses: actions/checkout@v4
with:
path: ./BrowserFS-builds
repository: LosersUnited/BrowserFS-builds
- name: Move dist
run: |
ls $DIST_LOC
ls
mv $DIST_LOC/dist ./dist
mv ./dist ./BrowserFS-builds/dist
# - uses: EndBug/add-and-commit@v9
# with:
# cwd: './BrowserFS-builds'
# default_author: github_actions
# message: 'Automatic build based on ${{ steps.commit.outputs.hash }}'
- run: |
cd ./BrowserFS-builds
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
Expand Down

0 comments on commit 7d8be51

Please sign in to comment.