refactor(stage-tamagotchi): remove stage electron (#115)
* refactor(stage-tamagotchi): remove stage electron * fix(stage-tamagotchi): path
This commit is contained in:
@@ -59,13 +59,13 @@ jobs:
|
||||
run: pnpm run packages:build
|
||||
|
||||
- name: Build Application
|
||||
run: cd apps/stage-tamagotchi-tauri && pnpm tauri build --target ${{ matrix.target }}
|
||||
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }}
|
||||
|
||||
- name: Rename Artifacts
|
||||
run: node apps/stage-tamagotchi-tauri/scripts/rename-artifacts.js ${{ matrix.target }}
|
||||
run: node apps/stage-tamagotchi/scripts/rename-artifacts.js ${{ matrix.target }}
|
||||
|
||||
- name: Upload To GitHub Releases
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: apps/stage-tamagotchi-tauri/bundle/airi_*
|
||||
files: apps/stage-tamagotchi/bundle/airi_*
|
||||
append_body: true
|
||||
|
||||
@@ -61,13 +61,13 @@ jobs:
|
||||
run: pnpm run packages:build
|
||||
|
||||
- name: Build Application
|
||||
run: cd apps/stage-tamagotchi-tauri && pnpm tauri build --target ${{ matrix.target }}
|
||||
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }}
|
||||
|
||||
- name: Rename Artifacts
|
||||
run: node apps/stage-tamagotchi-tauri/scripts/rename-artifacts.js ${{ matrix.target }}
|
||||
run: node apps/stage-tamagotchi/scripts/rename-artifacts.js ${{ matrix.target }}
|
||||
|
||||
- name: Upload To GitHub Releases
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: apps/stage-tamagotchi-tauri/bundle/airi_*
|
||||
files: apps/stage-tamagotchi/bundle/airi_*
|
||||
append_body: true
|
||||
|
||||
Reference in New Issue
Block a user