Skip to content

Commit

Permalink
🌿 Update build procedure and funding info
Browse files Browse the repository at this point in the history
  • Loading branch information
nkomarn committed Apr 4, 2020
1 parent f727f27 commit 7644a7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

ko_fi: mykyta
patreon: techtoolbox
20 changes: 10 additions & 10 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven and Deploy
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn --settings settings.xml deploy
#- name: Upload Artifact
# uses: actions/upload-artifact@v2-preview
# with:
# name: Harbor
# path: target/
#- name: Build with Maven and Deploy
# env:
# GITHUB_USERNAME: x-access-token
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: mvn --settings settings.xml deploy
- name: Upload Artifact
uses: actions/upload-artifact@v2-preview
with:
name: Harbor
path: target/

0 comments on commit 7644a7f

Please sign in to comment.