We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bcf05 commit 47479b3Copy full SHA for 47479b3
2 files changed
.github/workflows/screenshot.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
paths:
6
- "examples/gallery/**"
7
+ - "download.cr"
8
workflow_dispatch:
9
10
jobs:
download.cr
@@ -1,7 +1,7 @@
1
require "compress/zip"
2
require "file_utils"
3
-COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "a66b913-experimental"
+COMMIT_HASH = ENV["LIBUI_NG_COMMIT_HASH"]? || "8347960-experimental"
# Path constants
BUILD_DIR = "builddir"
0 commit comments