Skip to content

Commit 65ea791

Browse files
Add files via upload
1 parent 71c1a1a commit 65ea791

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/compilation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828

2929
- name: Upload artifacts
3030
if: ${{ success() }}
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: OpenTuna_Installer_${{ steps.slug.outputs.sha8 }}
3434
path: OpenTuna_Installer.elf
3535

3636
- name: Create release
37-
if: github.ref == 'refs/heads/OpenTuna-Standalone-Installer'
37+
if: github.ref == 'refs/heads/OpenTuna-FMCB-Installer'
3838
uses: marvinpinto/action-automatic-releases@latest
3939
with:
4040
repo_token: "${{ secrets.GITHUB_TOKEN }}"
41-
automatic_release_tag: "standalone"
42-
title: "Latest OpenTuna Boot Version Standalone Installer"
41+
automatic_release_tag: "FreeMCBootDecrypted"
42+
title: "OpenTuna FMCB Installer - Recommended"
4343
files: OpenTuna_Installer.elf

0 commit comments

Comments
 (0)