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 5c0ff20 commit 01ba478Copy full SHA for 01ba478
1 file changed
.github/workflows/compile-core.yml
@@ -47,12 +47,12 @@ jobs:
47
name: FMCB-${{ env.SHA8 }}
48
path: release_artifacts/FMCB*.7z
49
50
- - name: Create release
51
- if: github.ref == 'refs/heads/master'
52
- uses: marvinpinto/action-automatic-releases@latest
53
- with:
54
- repo_token: "${{ secrets.GITHUB_TOKEN }}"
55
- automatic_release_tag: "latest"
56
- title: "FreeMcBoot"
57
- files: |
58
- release_artifacts/FMCB*.7z
+# - name: Create release
+# if: github.ref == 'refs/heads/master'
+# uses: marvinpinto/action-automatic-releases@latest
+# with:
+# repo_token: "${{ secrets.GITHUB_TOKEN }}"
+# automatic_release_tag: "latest"
+# title: "FreeMcBoot"
+# files: |
+# release_artifacts/FMCB*.7z
0 commit comments