Skip to content

Commit 7273263

Browse files
committed
ci: Fix
1 parent 52e4436 commit 7273263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
key: ${{ runner.os }}-build
115115
- name: Build
116116
run: |
117+
xmake f --ccache=y
117118
xmake build -y
118119
env:
119120
SWIFTLY_VERSION: ${{ needs.versioning.outputs.fullSemVer }}
@@ -169,6 +170,7 @@ jobs:
169170
170171
- name: Create package
171172
run: |
173+
ls -la ./managed
172174
cp -r managed/SwiftlyS2 ${{ env.LINUX_FOLDER }}/swiftlys2/bin/managed
173175
cp -r managed/SwiftlyS2 ${{ env.WINDOWS_FOLDER }}/swiftlys2/bin/managed
174176

0 commit comments

Comments
 (0)