Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Nov 20, 2023
1 parent 3647057 commit fd8b2d0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/mac-finish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,5 @@ jobs:
with:
java-version: '11'

- name: Build
run: |
mkdir jedit5.7pre1-dist-mac-finish
cd jedit5.7pre1-dist-mac-finish
tar xvjf ../jedit5.7pre1-dist-mac-finish.tar.bz2
ant -v dist-mac-finish
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: jEdit DMG
path: jedit5.7pre1-dist-mac-finish/dist/jedit5.7pre1install.dmg
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit fd8b2d0

Please sign in to comment.