You've already forked pages
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
@@ -114,6 +114,14 @@ jobs:
|
||||
run: |
|
||||
rm -rf target/release/bundle
|
||||
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
|
||||
# if: matrix.platform == 'macos-latest'
|
||||
|
||||
Reference in New Issue
Block a user