We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0b058 commit 3318774Copy full SHA for 3318774
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Upload Artifact
29
uses: ncipollo/release-action@v1.10.0
30
with:
31
- artifacts: ${{ github.workspace }}/nukkit/target/RedisBridge-Nukkit-${{ env.VERSION }}-SNAPSHOT.jar, ${{ github.workspace }}/waterdogpe/target/RedisBridge-WDPE-${{ env.VERSION }}-SNAPSHOT.jar
+ artifacts: ${{ github.workspace }}/nukkit/target/RedisBridge-Nukkit-${{ env.VERSION }}.jar, ${{ github.workspace }}/waterdogpe/target/RedisBridge-WDPE-${{ env.VERSION }}.jar
32
draft: false
33
name: Release v${{ env.VERSION }}
34
tag: ${{ env.VERSION }}
0 commit comments