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 9263512 commit faa6e77Copy full SHA for faa6e77
.github/workflows/compilation.yml
@@ -38,11 +38,11 @@ jobs:
38
run: ls -lah OPENTUNAtoPS2BBL-INSTALLER.ELF
39
40
- name: Create release
41
- if: github.ref == 'refs/heads/UMCS-AIO'
+ if: github.ref == 'refs/heads/UMCS'
42
uses: marvinpinto/action-automatic-releases@latest
43
with:
44
repo_token: "${{ secrets.GITHUB_TOKEN }}"
45
- automatic_release_tag: "TunaPS2BBL2OSDMENU"
+ automatic_release_tag: "TunaPS2BBL2OSDMENU-BAREBONES"
46
prerelease: false
47
title: "OpenTuna w/ PS2BBL & OSDMenu"
48
files: OPENTUNAtoPS2BBL-BAREBONES-INSTALLER.ELF
0 commit comments