diff --git a/.github/workflows/aseprite_build_deploy.yml b/.github/workflows/aseprite_build_deploy.yml index 9aee0754..93806b8e 100644 --- a/.github/workflows/aseprite_build_deploy.yml +++ b/.github/workflows/aseprite_build_deploy.yml @@ -34,7 +34,7 @@ jobs: echo "::set-output name=version_info::${VERSION_INFO}" - name: Load version from cache id: version_check - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ steps.version_info.outputs.latest_tag }}.txt key: cached_version @@ -63,7 +63,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest, macOS-latest] + os: [windows-latest] fail-fast: false steps: - name: (Windows) Install dependencies @@ -77,7 +77,7 @@ jobs: run: brew install ninja p7zip - name: Get Skia from cache id: skia-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: skia key: skia-${{ matrix.os }}-cache diff --git a/README.md b/README.md index a8f1ea1e..9ef7a316 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ By using GitHub actions there is no need for manual compilation and it does not To adhere to the EULA of Aseprite, this workflow does not upload the binary in a public accessible space like artifacts.
The release can be found within the releases as a draft (only visible for repo owner). -# How to use +# How to use.. 1. Clone or fork this repo 2. Edit /.github/workflows/aseprite_build_deploy.yml 3. Find and edit the **os** line and remove the os you don't need.