Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit d13d3ac

Browse files
committed
Fix windows publish workflow not skipping Gtk install
1 parent 6d068e2 commit d13d3ac

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
name: build
9393

9494
- name: Publish
95-
run: GtkSkipInstall=True ./tasks.sh publish
95+
run: ./tasks.sh publish
9696
shell: bash
9797

9898
- name: Bundle

tasks.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ function fnPublish() {
121121

122122
echo "-> Publishing OpenChart to $out_dir/"
123123

124+
export SkipGtkInstall=True
125+
124126
rm -rf $out_dir
125127
dotnet publish -o $out_dir -r $PLATFORM -c Release OpenChart
126128
fnCopyAssets $out_dir

0 commit comments

Comments
 (0)