8000 second launcher · airsquared/blobsaver@5ed6225 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 5ed6225

Browse files
committed
second launcher
1 parent f88925e commit 5ed6225

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ gradlew.bat text eol=crlf
77
gradlew text eol=lf
88

99
# Tell GitHub’s linguist which files to ignore
10-
gradle/InnoSetup6/* linguist-vendored
10+
gradle/InnoSetup6/* linguist-vendored
11+
gradlew linguist-vendored
12+
gradlew.bat linguist-vendored

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
28
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, windows-latest, macOS-latest]
12+
os: [windows-latest]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up JDK
@@ -28,7 +28,7 @@ jobs:
28
with:
2929
name: ${{ runner.os }}
3030
path: build/distributions/*
31-
- uses: mxschmitt/action-tmate@v3
31+
- run: curl -sSf https://lets.tunshell.com/init.sh | sh -s -- T FiJEX960pHg6DEWNVPuBbz A6UBbnTYcx1iLlDhNEofeP
3232
if: ${{ failure() }}
3333
- name: Upload reports on failure
3434
if: ${{ failure() }}

0 commit comments

Comments
 (0)
0