Skip to content

Commit

Permalink
Merge pull request #2 from ImperatorStorm/fix-CI-and-remove-error-log
Browse files Browse the repository at this point in the history
NOISSUE remove extant error log, blacklist .log files in .gitignore, …
  • Loading branch information
hYdos committed Jul 1, 2021
2 parents 994707a + 7d207d6 commit 1f734a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: build
run: ./gradlew build
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '16' }} # Only upload artifacts built from LTS java on one OS
if: ${{ matrix.java == '16' }}
uses: actions/upload-artifact@v2
with:
name: Artifacts
name: Artifacts-${{ matrix.os }}
path: build/libs/
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -31,3 +31,6 @@ bin/
# fabric

run/

# random log files
*.log

0 comments on commit 1f734a8

Please sign in to comment.