Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Nov 22, 2022
1 parent ec5e39f commit 322bb7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
- name: ✔️ Package with Maven
run: mvn package -DskipTests --no-transfer-progress

- name: 📦 Copy Jar
run: cp target/mta-information-site.jar .

- name: 📦 Zip All
uses: montudor/action-zip@v1
with:
args: zip -qq -r all.zip site target/mta-information-site.jar
args: zip -qq -r all.zip site mta-information-site.jar

- name: 🚀 Deploy to GitHub Releases
uses: AButler/upload-release-assets@v2.0
Expand Down

0 comments on commit 322bb7f

Please sign in to comment.