Skip to content

Commit 2c0ce22

Browse files
author
Janis Erdmanis
committed
adding workflow toggles
1 parent f3a7fc5 commit 2c0ce22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
uses: julia-actions/cache@v1
6262

6363
- name: Install AppBundler
64-
run: julia --project=meta 'using Pkg; Pkg.instantiate()'
64+
run: julia --project=meta -e 'using Pkg; Pkg.instantiate()'
6565

6666
- name: Build installer
6767
run: |
6868
mkdir -p build
69-
${{ matrix.prefix }} julia -e 'using AppBundler; using Pkg.BinaryPlatforms; AppBundler.build_app(${{ matrix.binary_platform }}, pwd(), "build/qmlapp${{ matrix.suffix }}", precompile=true, incremental=false)'
69+
${{ matrix.prefix }} julia --project=meta -e 'using AppBundler; using Pkg.BinaryPlatforms; AppBundler.build_app(${{ matrix.binary_platform }}, pwd(), "build/qmlapp${{ matrix.suffix }}", precompile=true, incremental=false)'
7070
# Store the built file as an artifact
7171
- name: Upload build artifact
7272
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)