Skip to content

Commit

Permalink
last try
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Giganticus committed Jan 28, 2024
1 parent 963e444 commit e899c06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
distribution: 'adopt'
java-version: '11'

- run: ant
- shell: cmd
run: ant -Dnb.internal.action.name=build jar
- shell: cmd
working-directory: dist
run: 7z a ${{github.workspace}}\\Whitehole-Neo.zip *.* -r
- uses: actions/upload-artifact@v4
with:
name: build
path: |
${{github.workspace}}/dist/*
${{github.workspace}}/dist
${{github.workspace}}/lib

0 comments on commit e899c06

Please sign in to comment.