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 9665000 commit 99a313d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,18 @@ jobs:
uses: actions/checkout@v4
with:
repository: LosersUnited/BrowserFS-builds
- name: Move dist
run: |
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 --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Automatic build based on ${{ steps.commit.outputs.hash }}"
git push

0 comments on commit 99a313d

Please sign in to comment.