Skip to content

Commit

Permalink
chore: publish build artifacts to preview branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Jul 13, 2024
1 parent 2007f58 commit b7c1c39
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/adev-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
cache: yarn
- run: yarn install
- run: yarn build
- uses: actions/upload-artifact@v4
with:
name: 'adev-preview'
path: './build/dist/bin/adev/build/browser'
overwrite: true
- uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: "adev-preview/${{github.event.pull_request.number}}"
FOLDER: "./build/dist/bin/adev/build/browser"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b7c1c39

Please sign in to comment.