Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-y authored Aug 1, 2023
1 parent 9ba3634 commit 3ed7990
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: amigadev/crosstools:ppc-amigaos
name: build_os4
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build_os4
id: build_os4
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
image: walkero/docker4amigavbcc:latest-m68k
name: build_os3
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: buildos3
id: buildos3
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: chris-y/rman
- name: build_rman
Expand All @@ -57,11 +57,12 @@ jobs:
with:
name: rman
path: ./rman
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Download rman
uses: actions/download-artifact@v3
with:
name: rman
path: rman
- name: build_guide
id: build_guide
run: |
Expand Down

0 comments on commit 3ed7990

Please sign in to comment.