Skip to content

Commit

Permalink
fix: GUI deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlotteAuHaras committed Nov 13, 2023
1 parent f947736 commit 4ee6444
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,3 @@ jobs:

- name: Verify everything is working fine
run: ./gradlew test

- name: Create Jars
run: ./gradlew jar

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: build-result
path: |
.
gui/build/libs/*.jar
!gui/build/
!gui/src/
!.git
if-no-files-found: error
12 changes: 7 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download artifact
uses: actions/download-artifact@v3
with:
# This is the name of the "Upload artifact" action above.
name: build-result

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Create Jars
run: ./gradlew jar

- name: Run Conveyor
uses: hydraulic-software/conveyor/actions/[email protected]
env:
Expand Down
Binary file modified gui/src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ee6444

Please sign in to comment.