Skip to content

Commit

Permalink
Merge remote-tracking branch 'FN-FAL113/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Feb 25, 2024
2 parents fa39e33 + 5c322e1 commit dfc842d
Show file tree
Hide file tree
Showing 6 changed files with 745 additions and 25 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/blob-builds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build and Deploy to Blob-Builds

on:
push:
branches:
- main
workflow_dispatch:


jobs:
blob-build-deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 16

- name: Build with Maven
run: mvn package

# - name: Upload to Blob Builds
# uses: WalshyDev/blob-builds/gh-action@main
# with:
# project: SfChunkInfo
# apiToken: ${{ secrets.BLOB_BUILDS_API_TOKEN }}
# releaseNotes: ${{ github.event.head_commit.message }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*.ipr
*.iws

# vs code
*.vscode

# IntelliJ
out/

Expand Down
Loading

0 comments on commit dfc842d

Please sign in to comment.