You've already forked AstralRinth
forked from didirus/AstralRinth
remove workdir
This commit is contained in:
3
.github/workflows/app-release.yml
vendored
3
.github/workflows/app-release.yml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
paths:
|
paths:
|
||||||
|
- .giuthub/workflows/app-release.yml
|
||||||
- 'apps/app/**'
|
- 'apps/app/**'
|
||||||
- 'apps/app-frontend/**'
|
- 'apps/app-frontend/**'
|
||||||
- 'packages/app-lib/**'
|
- 'packages/app-lib/**'
|
||||||
@@ -99,7 +100,6 @@ jobs:
|
|||||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
args: "--target universal-apple-darwin --config tauri-release.conf.json"
|
args: "--target universal-apple-darwin --config tauri-release.conf.json"
|
||||||
working-directory: ./apps/app
|
|
||||||
tauriScript: pnpm --filter=@modrinth/app run tauri
|
tauriScript: pnpm --filter=@modrinth/app run tauri
|
||||||
|
|
||||||
- name: build app
|
- name: build app
|
||||||
@@ -113,7 +113,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tauriScript: pnpm --filter=@modrinth/app run tauri
|
tauriScript: pnpm --filter=@modrinth/app run tauri
|
||||||
args: "--config tauri-release.conf.json"
|
args: "--config tauri-release.conf.json"
|
||||||
working-directory: ./apps/app
|
|
||||||
|
|
||||||
- name: upload ${{ matrix.platform }}
|
- name: upload ${{ matrix.platform }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user