mirror of
https://github.com/digarok/apple2-assembly-github-actions-ci-example.git
synced 2024-11-25 16:31:10 +00:00
update README.md
This commit is contained in:
parent
2b23a0671b
commit
3ce26de28c
@ -4,7 +4,7 @@ Example project to show CI with Github Actions to assemble 65xx source
|
|||||||
# Explanation
|
# Explanation
|
||||||
See the projects `.github/workflows/main.yml` file to understand how it is automatically built using a Github action.
|
See the projects `.github/workflows/main.yml` file to understand how it is automatically built using a Github action.
|
||||||
|
|
||||||
Uses: digarok/merlin32-action@master
|
|
||||||
# apple2-assembly-github-actions-ci-example
|
# apple2-assembly-github-actions-ci-example
|
||||||
Example project showing how to achieve Continuous Integration with Github Actions to assemble 65xx source, package it in a ProDOS disk image, and release it on Github.
|
Example project showing how to achieve Continuous Integration with Github Actions to assemble 65xx source, package it in a ProDOS disk image, and release it on Github.
|
||||||
|
|
||||||
@ -29,5 +29,5 @@ The main project workflow file above has the following logic:
|
|||||||
- Upload the new disk image to our Github Release page for anyone to download and use immediately!
|
- Upload the new disk image to our Github Release page for anyone to download and use immediately!
|
||||||
|
|
||||||
Uses:
|
Uses:
|
||||||
- [`digarok/install-merlin32-action@v0.1.0`](https://github.com/marketplace/actions/install-merlin32-action)
|
- [`digarok/install-merlin32-action@v0.1.2`](https://github.com/marketplace/actions/install-merlin32-action)
|
||||||
- [`digarok/install-cadius-action@v0.1.0`](https://github.com/marketplace/actions/install-cadius-action)
|
- [`digarok/install-cadius-action@v0.1.2`](https://github.com/marketplace/actions/install-cadius-action)
|
||||||
|
Loading…
Reference in New Issue
Block a user