Compare commits

...

4 Commits

Author SHA1 Message Date
octopus yan
ef7f4461c2
Release v1.0.1
fix Release v1.0.1
2024-09-26 20:47:52 +08:00
6670dc7210 ci: Modify the name of the file to be uploaded 2024-09-26 20:43:56 +08:00
octopus yan
98c4ec2cd8
Release v1.0.1
Release v1.0.1
2024-09-26 20:36:15 +08:00
7e0ec8b598 docs: version 1.0.1 2024-09-26 20:31:06 +08:00
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/*-windows.zip zipball mkdir zipball && cp target/*.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.0</version> <version>1.0.1</version>
<name>alist-gui</name> <name>alist-gui</name>
<organization> <organization>
@ -262,7 +262,7 @@
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>bundling-for-windows</id> <id>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>bundling-for-windows-nojre</id> <id>windows-nojre</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>package</goal> <goal>package</goal>