-
-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[github-actions] add build for subpath variant"
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |