Skip to content

Commit

Permalink
Remove exe
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrptonaught committed May 7, 2024
1 parent 3904375 commit f0eba7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ jobs:
- name: build
run: mvn package

- name: l4j dl
run: curl -o l4j.tgz https://gigenet.dl.sourceforge.net/project/launch4j/launch4j-3/3.50/launch4j-3.50-linux-x64.tgz?viasf=1

- name: l4j unzip
run: tar -xzf l4j.tgz

- name: l4j run
run: java -jar launch4j/launch4j.jar launch4jConfig.xml

- name: capture build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
21 changes: 0 additions & 21 deletions launch4jConfig.xml

This file was deleted.

0 comments on commit f0eba7d

Please sign in to comment.