@@ -35,6 +35,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
VERSION=${GITHUB_REF#refs/tags/ver/}
|
VERSION=${GITHUB_REF#refs/tags/ver/}
|
||||||
|
echo "version=$VERSION"
|
||||||
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Upload built artifacts
|
- name: Upload built artifacts
|
||||||
@@ -43,6 +44,9 @@ jobs:
|
|||||||
name: maven-artifacts
|
name: maven-artifacts
|
||||||
path: target/spigot/*.jar
|
path: target/spigot/*.jar
|
||||||
|
|
||||||
|
- name: Dir
|
||||||
|
run: ls -R
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: 'target/spigot/*.jar'
|
artifacts: 'target/spigot/*.jar'
|
||||||
|
|||||||
Reference in New Issue
Block a user