Skip to content

Commit 98738af

Browse files
committed
Changed the release filename [#2157]
1 parent 7a64aac commit 98738af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
prerelease: true
3636
title: Changes For 2.3-SNAPSHOT
3737
files: |
38-
comixed-release-2.3-SNAPSHOT-GA.zip
38+
comixed-release-2.3-SNAPSHOT.zip
3939
4040
build-windows-installer:
4141
name: Build Windows installer

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MAINTAINER The ComiXed Project "[email protected]"
1818

1919
RUN mkdir /app /ul
2020
WORKDIR /ul
21-
RUN wget -q -O comixed-release.zip https://github.com/comixed/comixed/releases/download/v2.3-SNAPSHOT/comixed-release-2.3-SNAPSHOT-GA.zip
21+
RUN wget -q -O comixed-release.zip https://github.com/comixed/comixed/releases/download/v2.3-SNAPSHOT/comixed-release-2.3-SNAPSHOT.zip
2222
RUN (cd /app; unzip /ul/*.zip)
2323
RUN rm *.zip
2424
WORKDIR /app

0 commit comments

Comments
 (0)