Skip to content

Commit

Permalink
Actions: Fixed searching for modBaseName rather than modArchivesBaseName
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Feb 23, 2024
1 parent 9d73437 commit 9d177a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curseforge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get Mod Name
id: get_mod_name
run: echo ::set-output name=mod_name::$(sed -n 's/^modBaseName = \(.*\)/\1/p' < gradle.properties*)
run: echo ::set-output name=mod_name::$(sed -n 's/^modArchivesBaseName = \(.*\)/\1/p' < gradle.properties*)

- name: Retrieve Jar from Latest Release
uses: dsaltares/fetch-gh-release-asset@master
Expand Down

0 comments on commit 9d177a4

Please sign in to comment.