Skip to content

Commit

Permalink
Merge pull request #37 from manuel-martos/dont-store-artifacts
Browse files Browse the repository at this point in the history
Don't store artifacts
  • Loading branch information
mmartosdev authored Oct 23, 2023
2 parents f29b972 + 7ec7976 commit 1796d1b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ jobs:
- uses: gradle/gradle-build-action@v2
- name: Build
run: ./gradlew :desktopApp:packageReleaseStripArchitecture
- name: Upload distributable
uses: actions/upload-artifact@v3
with:
name: Distributable
path: |
desktopApp/build/distributable/

0 comments on commit 1796d1b

Please sign in to comment.