Skip to content

Commit

Permalink
Update maven-publish.yml (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancy2209 authored Dec 21, 2023
1 parent a2edfb6 commit b5ca599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: mvn clean javafx:jlink

- name: Copy Assets
run: cp ButtonIcons D:\a\WooGLE\WooGLE\target\WOGAnniversaryEditor\bin && cp ObjectIcons D:\a\WooGLE\WooGLE\target\WOGAnniversaryEditor\bin
run: cp -Recurse ButtonIcons D:\a\WooGLE\WooGLE\target\WOGAnniversaryEditor\bin\ && cp -Recurse ObjectIcons D:\a\WooGLE\WooGLE\target\WOGAnniversaryEditor\bin\

- uses: actions/upload-artifact@v4
with:
name: WooGLE2
path: D:\a\WooGLE\WooGLE\target\WOGAnniversaryEditor\bin/
path: D:\a\WooGLE\WooGLE\target\WOGAnniversaryEditor\bin\

0 comments on commit b5ca599

Please sign in to comment.