From 069a76c278946290cb1c805533676975c2873e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20V=C6=B0=C6=A1ng?= Date: Mon, 8 Apr 2024 11:26:54 +0700 Subject: [PATCH] copy `libcrypto-1_1-x64.dll` to release --- .github/workflows/auto-build.yml | 1 + README.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 01291ff..fee1ebb 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -40,6 +40,7 @@ jobs: cd build cmake "../src/aseprite" -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DLAF_BACKEND=skia -DSKIA_DIR="../src/skia" -DSKIA_LIBRARY_DIR="../src/skia/out/Release-x64" -DSKIA_LIBRARY="../src/skia/out/Release-x64/skia.lib" ninja aseprite + copy "C:/Windows/System32/libcrypto-1_1-x64.dll" ./bin - name: Get version id: get_version diff --git a/README.md b/README.md index 0fc367d..3704ffd 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ ## Usage: - Click `Use this template` to create a new repository. -- Turn on the GitHub Actions in the `Actions` tab. -- Run the workflow `Auto Build Aseprite` to build Aseprite. +- Wait for the build to complete. ## Contributors: