Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ubuntu headless test #2

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ jobs:
asset_name: MapTool-${{ github.event.release.tag_name }}.msi
asset_content_type: application/octet-stream
- name: Upload Uber Jar Release Asset
id: upload-release-asset-jar
uses: actions/upload-release-asset@v1
if: matrix.os == 'windows-latest'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: releases/MapTool-${{ github.event.release.tag_name }}.jar
asset_name: MapTool-${{ github.event.release.tag_name }}.jar
asset_content_type: application/octet-stream
id: upload-release-asset-jar
uses: actions/upload-release-asset@v1
if: matrix.os == 'windows-latest'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: releases/MapTool-${{ github.event.release.tag_name }}.jar
asset_name: MapTool-${{ github.event.release.tag_name }}.jar
asset_content_type: application/octet-stream
# __ _
# / / (_)____ __ __ _ __
# / / / // __ \ / / / /| |/_/
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
#- name: Junit Report to Annotations
# uses: ashley-taylor/junit-report-annotations-action@v1.0
- name: Build with Gradle
run: ./gradlew build
uses: GabrielBB/xvfb-action@v1.0
with:
run: ./gradlew build