You've already forked AstralRinth
forked from didirus/AstralRinth
ci: fix build
This commit is contained in:
8
.github/workflows/astralrinth-build.yml
vendored
8
.github/workflows/astralrinth-build.yml
vendored
@@ -115,6 +115,14 @@ jobs:
|
|||||||
rm -rf target/release/bundle
|
rm -rf target/release/bundle
|
||||||
rm -rf target/*/release/bundle || true
|
rm -rf target/*/release/bundle || true
|
||||||
|
|
||||||
|
- name: 🌍 Load environment variables for build.rs
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "Loading .env.prod..."
|
||||||
|
set -a
|
||||||
|
source packages/app-lib/.env.prod
|
||||||
|
set +a
|
||||||
|
|
||||||
# - name: 🔨 Build macOS app
|
# - name: 🔨 Build macOS app
|
||||||
# if: matrix.platform == 'macos-latest'
|
# if: matrix.platform == 'macos-latest'
|
||||||
# run: pnpm --filter=@modrinth/app run tauri build --target universal-apple-darwin --config tauri-release.conf.json
|
# run: pnpm --filter=@modrinth/app run tauri build --target universal-apple-darwin --config tauri-release.conf.json
|
||||||
|
|||||||
Reference in New Issue
Block a user