diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87b0f5c..404a840 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,5 +46,5 @@ jobs: if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS uses: actions/upload-artifact@v2 with: - name: dust-fabric-${{ steps.ref.outputs.branch }} + name: dust-fabric-${{ github.sha }} path: build/libs/*[0-9].jar \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index ce8e7dc..2e8553c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.13.3 # Mod Properties - mod_version = 1.0.0 + mod_version = 1.0.1 maven_group = com.lizistired archives_base_name = dust