Skip to content

Commit f924be0

Browse files
Update compilation.yml
1 parent dc52936 commit f924be0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/compilation.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
apk add build-base git zip
1818
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- run: |
2222
git fetch --prune --unshallow
@@ -55,13 +55,13 @@ jobs:
5555
run: |
5656
ls -lah "$GITHUB_WORKSPACE"/OSDMENU-OPENTUNA-${{ env.sha8 }}.*
5757
58-
# - name: Create release
59-
# if: github.ref == 'refs/heads/OSDMenu'
60-
# uses: marvinpinto/action-automatic-releases@latest
61-
# with:
62-
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
63-
# automatic_release_tag: "OSDMenu-${{ env.sha8 }}"
64-
# title: "OSDMenu: OpenTuna Installer (build ${{ env.sha8 }})"
65-
# files: |
66-
# OSDMENU-OPENTUNA-${{ env.sha8 }}.ELF
67-
# OSDMENU-OPENTUNA-${{ env.sha8 }}.zip
58+
- name: Create release
59+
if: github.ref == 'refs/heads/OSDMenu'
60+
uses: marvinpinto/action-automatic-releases@latest
61+
with:
62+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
63+
automatic_release_tag: "OSDMenu-${{ env.sha8 }}"
64+
title: "OSDMenu: OpenTuna Installer (build ${{ env.sha8 }})"
65+
files: |
66+
OSDMENU-OPENTUNA-${{ env.sha8 }}.ELF
67+
OSDMENU-OPENTUNA-${{ env.sha8 }}.zip

0 commit comments

Comments
 (0)