Skip to content

Commit

Permalink
include license
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Dec 3, 2023
1 parent 57ab0f5 commit b5285da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
distribution: temurin
java-version: 21
- name: build
run: ./build.sh
run: ./build.sh && cp LICENSE deps
- name: Push
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: build
FOLDER: out
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "Build: ({sha}) {msg}"
MESSAGE: 'build: ({sha}) {msg}'

0 comments on commit b5285da

Please sign in to comment.