Skip to content

Commit

Permalink
fix build script so it actually passes along mod_loader variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRaichu committed Mar 5, 2024
1 parent 3875891 commit 908e486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
export `sed -e '/^#/d' -e '/^org/d' gradle.properties`
echo "mod_version=$mod_version" >> $GITHUB_ENV
echo "minecraft_version=$minecraft_version" >> $GITHUB_ENV
echo "mod_loader=$mod_loader" >> $GITHUB_ENV
- name: Publich to Modrinth and CurseForge
uses: Kir-Antipov/[email protected]
with:
Expand Down

0 comments on commit 908e486

Please sign in to comment.