This commit is contained in:
octopus_yan 2024-09-18 03:41:31 +08:00
parent 739ae3feaa
commit 325b838a4f

View File

@ -82,11 +82,12 @@ jobs:
architecture: x64
- name: Build with Maven
run: mvn --batch-mode --update-snapshots clean package
run: |
mvn --batch-mode --update-snapshots clean package
mkdir zipball && cp target/*-windows.zip zipball
- name: Upload AListGUI to Github
uses: actions/upload-artifact@v4
run: mkdir zipball && cp target/*-windows.zip zipball
with:
name: AListGUI-windows
path: zipball