summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniil Cherednik <[email protected]>2026-05-03 19:19:12 +0200
committerDaniil Cherednik <[email protected]>2026-05-03 19:19:12 +0200
commite68782c77b186f26cdd76ec8695d2fea00e47b1a (patch)
tree77482be106eba2648d3f1e566cf3858be83d57e1 /.github
parent3e04903c35c61a0f0be0c2db409f5fd5f58d6e12 (diff)
Package MSYS2 runtime artifactmsys2_improve
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 368be7b..4e3e295 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -115,10 +115,13 @@ jobs:
- name: Build
run: cmake --build build-msys2
+ - name: Package
+ run: bash tools/package-msys2-runtime.sh build-msys2/src/atracdenc.exe dist-msys2
+
- name: Upload
uses: actions/upload-artifact@v4
with:
- path: build-msys2/src/atracdenc.exe
+ path: dist-msys2
name: windows_msys2
- name: Test