Revert "possibly working build?"

This reverts commit ed723ba264.
This commit is contained in:
2023-04-29 23:21:53 +02:00
parent ed723ba264
commit ef1dbf560e
+2 -2
View File
@@ -14,11 +14,11 @@ jobs:
java-version: 17 java-version: 17
distribution: 'temurin' distribution: 'temurin'
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml -Djar.finalName=BlockEdit-${github.GITHUB_REF_NAME}-${github.GITHUB_SHA::6} run: mvn -B package --file pom.xml -Djar.finalName=BlockEdit-${GITHUB_REF}-${GITHUB_SHA::6}
- name: Copy artifacts - name: Copy artifacts
run: mkdir staging && cp target/BlockEdit-*.jar staging run: mkdir staging && cp target/BlockEdit-*.jar staging
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: BlockEdit-${github.GITHUB_REF_NAME}-${github.GITHUB_SHA::6} name: BlockEdit-${GITHUB_REF}-${GITHUB_SHA::6}
path: staging path: staging