Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-03-17 00:17:16 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-03-17 00:17:16 +1100
commit37843e419b7ac6075297fb2138ad216f33278d97 (patch)
tree6a76f3c7b4f7d38e9329b95d440b518b7781c266 /.github
parent5499b04e9fd012402e966c5913274e8da8d5915e (diff)
include Steam and Discord API dlls in Windows artifacts
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml
index b17505d..37cfb46 100644
--- a/.github/workflows/build_windows.yml
+++ b/.github/workflows/build_windows.yml
@@ -51,9 +51,9 @@ jobs:
buildPreset: 'windows-release'
testPreset: 'windows-release'
- - name: Tidy Artifacts
+ - name: Run Post-Build Task
working-directory: ${{ github.workspace }}
- run: scripts\ci\windows\tidy.bat
+ run: scripts\ci\windows\post_build.bat
- name: Upload Artifacts
uses: actions/upload-artifact@v4