Skip to content

Commit

Permalink
I hate GitHub Maven Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Apr 2, 2024
1 parent 784f036 commit ec33345
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Build native image with Gradle
run: ./gradlew build
env:
GITHUB_ACTOR: ${{ secrets.ACCESS_USERNAME }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: Upload JAR as an artifact
Expand All @@ -53,15 +54,6 @@ jobs:
path: build/libs/AprilFools2024-*.jar
if-no-files-found: error

- name: Publish package
uses: gradle/gradle-build-action@v2
# Only run on amd64
if: matrix.arch == 'amd64'
with:
arguments: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload STLs to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit ec33345

Please sign in to comment.