Skip to content

Commit

Permalink
Update gh actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatRedox committed Apr 8, 2024
1 parent 413df86 commit 50b1085
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 40 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,30 @@ name: Development

on:
push:
branches-ignore:
# Stable is not development!
- stable
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-package: jdk

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v4
with:
name: ChunkyClPlugin
path: build/libs/ChunkyClPlugin.jar
path: build/libs/chunky-opencl.jar
33 changes: 0 additions & 33 deletions .github/workflows/stable.yml

This file was deleted.

0 comments on commit 50b1085

Please # to comment.