Skip to content

Commit

Permalink
Separate releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustring authored Jul 19, 2024
1 parent beb0121 commit f8c73b7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Geode Mod
name: Build Geode Mod Modified Eclipse

on:
workflow_dispatch:
Expand Down Expand Up @@ -71,15 +71,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: dev
name: 'Development Release'
tag_name: code-change-dev
name: 'Development Release with Code Changes'
body: |
This is a dev build of the mod for commit ${{ github.sha }} (${{ github.event.head_commit.message }}).
## IMPORTANT NOTICE FOR PEOPLE:
Whatever you do, do NOT download this at any circumstance, this is not stable and contains lots of bugs and issues.
This release is only meant for my own convenience, still if you want to download this keep in mind that NO support will be available, neither from me, nor the developers of the mod.
Whatever you do, DO NOT download this at any circumstance, this is not stable and contains lots of bugs and issues, or may not work at all.
## Supported Platfroms Of This Build:
Expand Down

0 comments on commit f8c73b7

Please sign in to comment.