Compare commits

..

No commits in common. "ef7f4461c230ce51c5e3f502165b05b002d6e9ed" and "47b001cdf8211e0fcfa5bf7c5bf5389b7120f83c" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -6,7 +6,7 @@
<groupId>cn.octopusyan</groupId> <groupId>cn.octopusyan</groupId>
<artifactId>alist-gui</artifactId> <artifactId>alist-gui</artifactId>
<version>1.0.1</version> <version>1.0.0</version>
<name>alist-gui</name> <name>alist-gui</name>
<organization> <organization>
@ -262,7 +262,7 @@
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>windows</id> <id>bundling-for-windows</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>package</goal> <goal>package</goal>
@ -278,7 +278,7 @@
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
<id>windows-nojre</id> <id>bundling-for-windows-nojre</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>package</goal> <goal>package</goal>