From 5af2ed066b12b26c4521bc8d750e9e9552331046 Mon Sep 17 00:00:00 2001 From: cfillion Date: Sun, 14 Apr 2024 05:17:59 -0400 Subject: [PATCH] ci: update the release artifacts list --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index fd192e46..ec5ae181 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,7 @@ test_script: - meson test -vC build reaimgui artifacts: - path: build/examples/gfx2imgui.lua - - path: build/imgui_python.py + - path: build/imgui.py - path: build/reaper_imgui*.* for: @@ -166,6 +166,6 @@ deploy: force_update: true auth_token: secure: 6dgJUqO2qAwADLQuvONd+mD5esFPBws7RA/3RSiEjrmquCsWpidm4ayawCPSEtfQ - artifact: /.*\.(dll|dylib|so)|reaper_imgui_(doc\.html|functions\.h)|imgui_python\.py/ + artifact: /.*\.(dll|dylib|so)|reaper_imgui_(doc\.html|functions\.h)|imgui\.(lua|py)|gfx2imgui\.lua/ on: APPVEYOR_REPO_TAG: true