File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 id : cache-ubuntu-iso
2222 uses : actions/cache@v3
2323 with :
24- path : ubuntu-22.04.4 -desktop-amd64.iso
25- key : ubuntu-iso-${{ runner.os }}-${{ hashFiles('ubuntu-22.04.4 -desktop-amd64.iso') }}
24+ path : ubuntu-22.04-desktop-amd64.iso
25+ key : ubuntu-iso-${{ runner.os }}-${{ hashFiles('ubuntu-22.04-desktop-amd64.iso') }}
2626 restore-keys : |
2727 ubuntu-iso-${{ runner.os }}-
2828
2929 - name : Download Ubuntu ISO if not cached
3030 if : steps.cache-ubuntu-iso.outputs.cache-hit != 'true'
3131 run : |
32- wget -O ubuntu-22.04.4 -desktop-amd64.iso https://releases.ubuntu.com/22.04.4/ ubuntu-22.04.4 -desktop-amd64.iso
32+ wget -O ubuntu-22.04-desktop-amd64.iso https://old- releases.ubuntu.com/releases/jammy/ ubuntu-22.04-desktop-amd64.iso
3333
3434 - name : Determine ISO filename
3535 id : get-filename
4242
4343 - name : Build OS2borgerpc image
4444 run : |
45- cd image && ./build_os2borgerpc_image.sh ../ubuntu-22.04.4 -desktop-amd64.iso $FILENAME
45+ cd image && ./build_os2borgerpc_image.sh ../ubuntu-22.04-desktop-amd64.iso $FILENAME
4646
4747 - name : Upload ISO as an artifact (for non-release events)
4848 if : github.event_name != 'release'
5858 upload_url : ${{ github.event.release.upload_url }}
5959 asset_path : ./image/${{ env.FILENAME }}.iso
6060 asset_name : ${{ env.FILENAME }}.iso
61- asset_content_type : application/octet-stream
61+ asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments