Skip to content

Commit

Permalink
Merge pull request #3 from Alex-265/revert-2-Alex-265-automated-build
Browse files Browse the repository at this point in the history
Revert "Update alphabuild.yml"
  • Loading branch information
Alex-265 authored May 8, 2024
2 parents 771330b + 41bf81f commit f887fc9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/alphabuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@

name: Test Alpha Build

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

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

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -29,11 +34,9 @@ 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@v4.3.3
uses: actions/upload-artifact@v2
with:
# Artifact name
name: FalexHomes-Paper
name: FalexHomes-0.1.0-Alpha.jar
# Destination path
path: ${{ github.workspace }}/build/libs/FalexHomes-0.1.0-Alpha.jar


0 comments on commit f887fc9

Please sign in to comment.