diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index 4123dc6..4487710 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -24,10 +24,10 @@ jobs: run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew -Pver=${GITHUB_RUN_ID} build + run: ./gradlew -Pver=${GITHUB_RUN_NUMBER} build - name: Upload artifact uses: actions/upload-artifact@v2.1.4 with: name: Compiled Jar(s) - path: ${{ github.workspace }}/build/libs/ \ No newline at end of file + path: ${{ github.workspace }}/build/libs/