Skip to content

Commit 47479b3

Browse files
committed
Fix
1 parent a3bcf05 commit 47479b3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/screenshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- "examples/gallery/**"
7+
- "download.cr"
78
workflow_dispatch:
89

910
jobs:

download.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "compress/zip"
22
require "file_utils"
33

4-
COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "a66b913-experimental"
4+
COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "8347960-experimental"
55

66
# Path constants
77
BUILD_DIR = "builddir"

0 commit comments

Comments
 (0)