Skip to content

Commit

Permalink
ci: update the release artifacts list
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Apr 14, 2024
1 parent 5951c24 commit 5af2ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 5af2ed0

Please sign in to comment.