Skip to content

Commit

Permalink
chore: allow file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Jul 13, 2024
1 parent 5352a6b commit 1ee9659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/adev-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
cache: yarn
- run: yarn install
- run: yarn build
- run: chmod 755 build/dist/bin/adev/build/browser
- name: Inject pull request number
run: echo "${{ github.event.pull_request.number }}" >> __metadata__pull_number.txt
working-directory: build/dist/bin/adev/build/browser
Expand Down

0 comments on commit 1ee9659

Please sign in to comment.