Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ Linux Public archive

Commit 4e3c7c9

Browse files
committed
🚑
1 parent 2b4f95e commit 4e3c7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
files: |
4747
./dist/app/dist/${{ steps.info.outputs.productName }}.tar.gz
4848
./dist/app/dist/${{ steps.info.outputs.productName }} Portable.AppImage
49-
tag_name: v${{ steps.info.outputs.version }}.${{ steps.info.outputs.timestamp }}
50-
name: Nightly v${{ steps.info.outputs.version }}.${{ steps.info.outputs.timestamp }}
49+
tag_name: v${{ steps.info.outputs.version }}-${{ steps.info.outputs.timestamp }}
50+
name: Nightly v${{ steps.info.outputs.version }}-${{ steps.info.outputs.timestamp }}
5151
draft: false
5252
prerelease: true
5353
env:

0 commit comments

Comments
 (0)