We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d32142 commit fa89bd0Copy full SHA for fa89bd0
.github/workflows/dev-build.yml
@@ -37,4 +37,4 @@ jobs:
37
- uses: actions/upload-artifact@v2
38
with:
39
name: Beast-JDK8
40
- path: beast-paperclip.jar
+ path: ./Beast-Server/target/beast-1.12.2.jar
.github/workflows/pr-build.yml
@@ -34,4 +34,4 @@ jobs:
34
35
36
name: Beast-PR${{ github.event.pull_request.number }}-JDK8
.github/workflows/release.yml
@@ -56,6 +56,6 @@ jobs:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
58
upload_url: ${{ steps.create_release.outputs.upload_url }}
59
- asset_path: beast-paperclip.jar
+ asset_path: ./Beast-Server/target/beast-1.12.2.jar
60
asset_name: beast-paperclip.jar
61
asset_content_type: application/zip
0 commit comments