File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
run : |
16
16
git config --global init.defaultBranch master
17
17
- name : Checkout repository code
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Compile repository code
31
31
cd derived/root
32
32
tar cvfj ../../openmsx-debugger-macos-${{ env.package_origin }}.tbz "openMSX Debugger.app"
33
33
- name : Upload redistributable package for Mac OS
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : macos
37
37
path : |
Original file line number Diff line number Diff line change 15
15
run : |
16
16
git config --global init.defaultBranch master
17
17
- name : Checkout repository code
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Compile repository code
28
28
cd derived/bin
29
29
tar cvf ../../openmsx-debugger-ubuntu-${{ env.package_origin }}.tbz .
30
30
- name : Upload redistributable package for Ubuntu
31
- uses : actions/upload-artifact@v3
31
+ uses : actions/upload-artifact@v4
32
32
with :
33
33
name : ubuntu
34
34
path : |
Original file line number Diff line number Diff line change 20
20
run : |
21
21
git config --global init.defaultBranch master
22
22
- name : Checkout repository code
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
- name : Compile repository code
65
65
cp -rp /usr/x86_64-w64-mingw32/lib/qt/plugins/platforms/qwindows.dll platforms/
66
66
tar cvf ../../openmsx-debugger-mingw32-${{ env.package_origin }}.zip .
67
67
- name : Upload redistributable package for Windows
68
- uses : actions/upload-artifact@v3
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : mingw32
71
71
path : |
You can’t perform that action at this time.
0 commit comments