Skip to content

Commit fa89bd0

Browse files
committed
Update workflows
1 parent 7d32142 commit fa89bd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dev-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- uses: actions/upload-artifact@v2
3838
with:
3939
name: Beast-JDK8
40-
path: beast-paperclip.jar
40+
path: ./Beast-Server/target/beast-1.12.2.jar

.github/workflows/pr-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- uses: actions/upload-artifact@v2
3535
with:
3636
name: Beast-PR${{ github.event.pull_request.number }}-JDK8
37-
path: beast-paperclip.jar
37+
path: ./Beast-Server/target/beast-1.12.2.jar

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
with:
5858
upload_url: ${{ steps.create_release.outputs.upload_url }}
59-
asset_path: beast-paperclip.jar
59+
asset_path: ./Beast-Server/target/beast-1.12.2.jar
6060
asset_name: beast-paperclip.jar
6161
asset_content_type: application/zip

0 commit comments

Comments
 (0)