File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments