File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
id : cache-ubuntu-iso
22
22
uses : actions/cache@v3
23
23
with :
24
- path : ubuntu-22.04-desktop-amd64.iso
25
- key : ubuntu-iso-${{ runner.os }}-${{ hashFiles('ubuntu-22.04-desktop-amd64.iso') }}
24
+ path : ubuntu-22.04.5 -desktop-amd64.iso
25
+ key : ubuntu-iso-${{ runner.os }}-${{ hashFiles('ubuntu-22.04.5 -desktop-amd64.iso') }}
26
26
restore-keys : |
27
27
ubuntu-iso-${{ runner.os }}-
28
28
29
29
- name : Download Ubuntu ISO if not cached
30
30
if : steps.cache-ubuntu-iso.outputs.cache-hit != 'true'
31
31
run : |
32
- wget -O ubuntu-22.04-desktop-amd64.iso https://old- releases.ubuntu.com/releases/jammy/ ubuntu-22.04-desktop-amd64.iso
32
+ wget -O ubuntu-22.04.5 -desktop-amd64.iso https://releases.ubuntu.com/22.04/ ubuntu-22.04.5 -desktop-amd64.iso
33
33
34
34
- name : Determine ISO filename
35
35
id : get-filename
42
42
43
43
- name : Build OS2borgerpc image
44
44
run : |
45
- cd image && ./build_os2borgerpc_image.sh ../ubuntu-22.04-desktop-amd64.iso $FILENAME
45
+ cd image && ./build_os2borgerpc_image.sh ../ubuntu-22.04.5 -desktop-amd64.iso $FILENAME
46
46
47
47
- name : Upload ISO as an artifact (for non-release events)
48
48
if : github.event_name != 'release'
You can’t perform that action at this time.
0 commit comments