Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MeowMC/PortalGun
Browse files Browse the repository at this point in the history
  • Loading branch information
froyo4u committed Feb 25, 2021
2 parents aec9b32 + c31c406 commit c25d70c
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
name: Java CI with Gradle

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
release:
types: [created]

jobs:
build:
Expand All @@ -22,21 +20,15 @@ jobs:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew

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

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path:
# The desired behavior if no files are found using the provided path.
Available Options:
warn: Output a warning but do not fail the action
error: Fail the action with an error message
ignore: Do not output any warnings or errors, the action does not fail

if-no-files-found: # optional, default is warn
# Duration after which artifact will expire in days. 0 means using default retention.
run: gradle build additionalCopy
env:
BUILD_RELEASE: ${{ github.event.prerelease == false }}

- name: Upload assets to a Release
uses: AButler/[email protected]
with:
files: 'build/to_upload/*'
# secrets.GITHUB_TOKEN
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c25d70c

Please sign in to comment.