File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
attach-release-artifacts :
11
11
# The type of runner that the job will run on
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-22.04
13
13
14
14
# Steps represent a sequence of tasks that will be executed as part of the job
15
15
steps :
Original file line number Diff line number Diff line change 25
25
26
26
build :
27
27
# The type of runner that the job will run on
28
- runs-on : ubuntu-latest
28
+ runs-on : ubuntu-22.04
29
29
needs : [check-secret]
30
30
if : needs.check-secret.outputs.has-password == 'true'
31
31
# Steps represent a sequence of tasks that will be executed as part of the job
66
66
cp -v -R "${GITHUB_WORKSPACE}/GameData" "${RELEASE_DIR}"
67
67
68
68
- name : Upload artifacts
69
- uses : actions/upload-artifact@v1
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : RP-1
72
72
path : ${{ steps.assemble-release.outputs.release-dir }}
You can’t perform that action at this time.
0 commit comments