Skip to content
Open

g #31

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/aseprite_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.</br>
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.
Expand Down