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

Commit

Permalink
zip site
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Oct 30, 2022
1 parent 6795968 commit 745d2bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ jobs:
distribution: temurin
java-version: 8

- name: 📦 Zip Site
uses: montudor/action-zip@v1
with:
args: zip -qq -r site.zip site

- name: ✔️ Package with Maven
run: mvn package -DskipTests --no-transfer-progress

- name: 🚀 Deploy to GitHub Releases
uses: AButler/upload-release-assets@v2.0
with:
files: 'target/mta-information-site.jar;site/'
files: 'target/mta-information-site.jar;site.zip'
repo-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.katsute</groupId>
<artifactId>mta-information-site</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 745d2bf

Please sign in to comment.