Skip to content

Commit a192afc

Browse files
committed
fix the upload name
1 parent cb9f20e commit a192afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ jobs:
148148
if: startsWith(github.ref, 'refs/tags/')
149149
with:
150150
files: |
151-
CaDoodle-Linux-arm86_64.AppImage
152-
CaDoodle-Linux-arm86_64.deb
151+
CaDoodle-Linux-arm64.AppImage
152+
CaDoodle-Linux-arm64.deb
153153
CaDoodle-Linux-x86_64.AppImage
154154
CaDoodle-Linux-x86_64.deb
155155
CaDoodle-Windows-x86_64.exe

0 commit comments

Comments
 (0)