We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdf544 commit 3c019eaCopy full SHA for 3c019ea
.github/actions/get-default-themes/action.yml
@@ -13,7 +13,7 @@ runs:
13
shell: sh
14
env:
15
THEME_NAME: default.pck
16
- THEME_VERSION: v0.2.0-beta
+ THEME_VERSION: v0.3.0-beta
17
run: |
18
cd themes_workdir
19
curl -L https://github.com/retrohub-org/default-theme/releases/download/${{ env.THEME_VERSION }}/${{ env.THEME_NAME }} --output ${{ env.THEME_NAME }}
0 commit comments