summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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