ci: Modify the name of the file to be uploaded

This commit is contained in:
octopus_yan 2024-09-26 20:43:56 +08:00
parent 98c4ec2cd8
commit 6670dc7210

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