Skip to content

Commit

Permalink
Revert "[github-actions] add build for subpath variant"
Browse files Browse the repository at this point in the history
This reverts commit b261075.

Signed-off-by: Alice <[email protected]>
  • Loading branch information
Alice committed May 22, 2023
1 parent a1cbb0f commit bd5f43c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,7 @@ jobs:
- name: Copy output
run: cp ${{ github.workspace }}/dist/mainsail.zip mainsail-latest.zip

- name: Build With Sub-Path
run: npm run build
env:
VITE_BASE: /mainsail/

- name: Copy output
run: cp ${{ github.workspace }}/dist/mainsail.zip mainsail-subpath-latest.zip

- uses: actions/[email protected]
with:
name: mainsail-latest.zip
path: mainsail-latest.zip

- uses: actions/[email protected]
with:
name: mainsail-subpath-latest.zip
path: mainsail-subpath-latest.zip

0 comments on commit bd5f43c

Please sign in to comment.