Skip to content

Commit

Permalink
Fix upload artifact path
Browse files Browse the repository at this point in the history
Appended .jar to path
  • Loading branch information
rcubedev authored Dec 14, 2023
1 parent 37da533 commit ec1e783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
with:
# name: SkyblockAddons-${{ steps.read_properties.outputs.version }}+${{ github.run_number }}-for-MC-${{ steps.read_properties.outputs.minecraftVersion }}
# path: build/libs/SkyblockAddons-${{ steps.read_second_property.outputs.version }}+${{ github.run_number }}-for-MC-${{ steps.read_fifth_property.outputs.minecraftVersion }}
path: build/libs/SkyblockAddons-${{ steps.read_property_sba_version.outputs.version }}+${{ github.run_number }}-for-MC-${{ steps.read_property_mc_version.outputs.minecraftVersion }}
path: build/libs/SkyblockAddons-${{ steps.read_property_sba_version.outputs.version }}+${{ github.run_number }}-for-MC-${{ steps.read_property_mc_version.outputs.minecraftVersion }}.jar

0 comments on commit ec1e783

Please sign in to comment.