diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9491a54..8ef2f85 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -35,6 +35,7 @@ jobs: shell: bash run: | VERSION=${GITHUB_REF#refs/tags/ver/} + echo "version=$VERSION" echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Upload built artifacts @@ -43,6 +44,9 @@ jobs: name: maven-artifacts path: target/spigot/*.jar + - name: Dir + run: ls -R + - uses: ncipollo/release-action@v1 with: artifacts: 'target/spigot/*.jar'