mirror of
https://github.com/YouHaveTrouble/BlockEdit.git
synced 2026-06-29 13:36:19 +00:00
Revert "test out branch name and commit hash as artifact name"
This reverts commit fb0665786b.
This commit is contained in:
@@ -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_REF}-${GITHUB_SHA::6}
|
run: mvn -B package --file pom.xml
|
||||||
- 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_REF}-${GITHUB_SHA::6}
|
name: BlockEdit
|
||||||
path: staging
|
path: staging
|
||||||
Reference in New Issue
Block a user