File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 - uses : xmake-io/github-action-setup-xmake@v1
2424 with :
2525 xmake-version : latest
26- actions-cache-folder : ' .xmake-cache'
27- actions-cache-key : ' win-ci'
26+ actions-cache-folder : " .xmake-cache"
27+ actions-cache-key : " win-ci"
2828
2929 - name : Configure
3030 run : xmake f -m releasedbg -y
3636 run : |
3737 mv build/windows/x64/releasedbg/stfc-community-patch.dll version.dll
3838
39- - uses : actions/upload-artifact@v2
39+ - uses : actions/upload-artifact@v4
4040 with :
4141 name : stfc-community-patch
4242 path : version.dll
5151 - uses : xmake-io/github-action-setup-xmake@v1
5252 with :
5353 xmake-version : latest
54- actions-cache-folder : ' .xmake-cache'
55- actions-cache-key : ' mac-ci'
54+ actions-cache-folder : " .xmake-cache"
55+ actions-cache-key : " mac-ci"
5656
5757 - name : Set up Homebrew
5858 id : set-up-homebrew
6767 - name : Create App Bundle
6868 run : scripts/create-mac-dmg.sh releasedbg
6969
70- - uses : actions/upload-artifact@v2
70+ - uses : actions/upload-artifact@v4
7171 with :
7272 name : stfc-community-patch-installer
7373 path : stfc-community-patch-installer.dmg
You can’t perform that action at this time.
0 commit comments