mirror of
https://github.com/digarok/apple2-assembly-github-actions-ci-example.git
synced 2024-11-26 08:50:25 +00:00
version bump for newer actions
This commit is contained in:
parent
87b36414d9
commit
2b23a0671b
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -7,13 +7,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install Merlin
|
- name: Install Merlin
|
||||||
uses: digarok/install-merlin32-action@v0.1.0
|
uses: digarok/install-merlin32-action@v0.1.2
|
||||||
|
|
||||||
- name: Assemble Source
|
- name: Assemble Source
|
||||||
run: merlin32 src/example.s
|
run: merlin32 src/example.s
|
||||||
|
|
||||||
- name: Install Cadius
|
- name: Install Cadius
|
||||||
uses: digarok/install-cadius-action@v0.1.0
|
uses: digarok/install-cadius-action@v0.1.2
|
||||||
|
|
||||||
- name: Make Bootable ProDOS Image
|
- name: Make Bootable ProDOS Image
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
Loading…
Reference in New Issue
Block a user