File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -63,24 +63,21 @@ jobs:
6363 git clone https://github.com/mxe/mxe.git
6464 cd mxe
6565 # 必要であれば特定のコミットやブランチに固定可能
66- git checkout 47400afd
66+ git checkout 5678aaa8
6767
6868 - name : Build MXE with Qt6
6969 run : |
7070 cd mxe
7171 make qt6-qtbase qt6-qttools gcc cmake MXE_TARGETS='x86_64-w64-mingw32.static' -j$(nproc)
7272
73- - name : Create archive without symlinks
74- run : |
75- tar -czf mxe-qt6-x86_64.tar.gz --dereference -C ./ mxe
7673 - name : Archive MXE
7774 run : |
78- tar -czf mxe-qt6-x86_64.tar.gz --dereference -C mxe .
75+ tar -czf mxe-qt6-x86_64.tar.gz
7976
8077 - name : Create GitHub Release and Upload
8178 uses : softprops/action-gh-release@v1
8279 with :
83- tag_name : mxe-qt6.6.3 -v1
80+ tag_name : mxe-qt6.7.0 -v1
8481 name : MXE Qt6 v1
8582 files : mxe-qt6-x86_64.tar.gz
8683 env :
You can’t perform that action at this time.
0 commit comments