Skip to content

Commit

Permalink
Remove PUBLIC_URL from the build-desktop CI job (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx authored Dec 5, 2022
1 parent ae806db commit bf2c3f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,6 @@ jobs:
run: make init

## Build and deploy @stlite/desktop
# PUBLIC_URL here is set as a relative path, which is possible to the trick introduced at https://github.com/whitphx/stlite/pull/143.
- name: Set PUBLIC_URL
run: echo "PUBLIC_URL=." >> $GITHUB_ENV
- name: Build @stlite/desktop
run: make desktop

Expand Down

0 comments on commit bf2c3f8

Please sign in to comment.