Release v1.0.1

fix Release v1.0.1
This commit is contained in:
octopus yan 2024-09-26 20:47:52 +08:00 committed by GitHub
commit ef7f4461c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ jobs:
- name: Build with Maven
run: |
mvn clean package -f pom.xml
mkdir zipball && cp target/*-windows.zip zipball
mkdir zipball && cp target/*.zip zipball
- name: Upload AListGUI to Github
uses: actions/upload-artifact@v4