Skip to content

Commit 3318774

Browse files
committed
oops
1 parent 0a0b058 commit 3318774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Upload Artifact
2929
uses: ncipollo/release-action@v1.10.0
3030
with:
31-
artifacts: ${{ github.workspace }}/nukkit/target/RedisBridge-Nukkit-${{ env.VERSION }}-SNAPSHOT.jar, ${{ github.workspace }}/waterdogpe/target/RedisBridge-WDPE-${{ env.VERSION }}-SNAPSHOT.jar
31+
artifacts: ${{ github.workspace }}/nukkit/target/RedisBridge-Nukkit-${{ env.VERSION }}.jar, ${{ github.workspace }}/waterdogpe/target/RedisBridge-WDPE-${{ env.VERSION }}.jar
3232
draft: false
3333
name: Release v${{ env.VERSION }}
3434
tag: ${{ env.VERSION }}

0 commit comments

Comments
 (0)