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
run: |
mvn clean package -f pom.xml
mkdir zipball && cp target/*.zip zipball
mkdir zipball && cp target/*-windows.zip zipball
- name: Upload AListGUI to Github
uses: actions/upload-artifact@v4

View File

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