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 b2a232b commit 9263512Copy full SHA for 9263512
.github/workflows/compilation.yml
@@ -38,7 +38,7 @@ jobs:
38
run: ls -lah OPENTUNAtoPS2BBL-INSTALLER.ELF
39
40
- name: Create release
41
- if: github.ref == 'refs/heads/UMCS'
+ if: github.ref == 'refs/heads/UMCS-AIO'
42
uses: marvinpinto/action-automatic-releases@latest
43
with:
44
repo_token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments