Skip to content

Commit

Permalink
[meta] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jul 7, 2024
1 parent 22436d8 commit 7d4871c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-tags: true
fetch-depth: 0

- name: 'Install OptiPNG'
run: sudo apt-get install -y optipng
Expand All @@ -20,7 +23,7 @@ jobs:
run: |
find . -name "*.png" -exec optipng -o9 {} \;
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 7d4871c

Please sign in to comment.