Skip to content

Commit

Permalink
Update alphabuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-265 authored May 8, 2024
1 parent fa2e5fe commit 9908353
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/alphabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@

name: Test Alpha Build

on:
push:
branches:
- '**'
pull_request:
branches: [ "master", "guitest" ]
on: [push,pull_request]

permissions:
contents: read
Expand All @@ -23,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.5
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -34,9 +29,11 @@ jobs:
- name: Build Plugin
run: ./gradlew build # Ersetze dies mit dem Befehl, um dein Plugin zu bauen
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.3.3
with:
# Artifact name
name: FalexHomes-0.1.0-Alpha.jar
name: FalexHomes-Paper
# Destination path
path: ${{ github.workspace }}/build/libs/FalexHomes-0.1.0-Alpha.jar


0 comments on commit 9908353

Please sign in to comment.