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 741e47f commit 86380c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ jobs:
pnpm dist
- name: Store dist location
run: |
ls
echo "DIST_LOC=$(pwd)" >> $GITHUB_ENV
- name: Clone BrowserFS-builds repository
uses: actions/checkout@v4
with:
repository: LosersUnited/BrowserFS-builds
- name: Move dist
run: |
ls $DIST_LOC
ls
mv $DIST_LOC/dist ./dist
# - uses: EndBug/add-and-commit@v9
# with:
Expand Down

0 comments on commit 86380c6

Please sign in to comment.