Skip to content

Commit

Permalink
Fix docker publishign
Browse files Browse the repository at this point in the history
  • Loading branch information
nea89o committed Dec 9, 2023
1 parent 110c02a commit 43344a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dist
path: app/build/distributions/app.zip
path: build/distributions/gaybot.zip
publish:
permissions:
contents: read
Expand All @@ -49,11 +49,6 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Build with gradle
run: ./gradlew build installDist --stacktrace
- name: Upload dist
uses: actions/upload-artifact@v3
with:
name: dist
path: app/build/distributions/app.zip
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down

0 comments on commit 43344a2

Please sign in to comment.