mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
fix release upload
This commit is contained in:
parent
40d1209d75
commit
0d32bf0d6e
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ release-job:
|
|||
assets:
|
||||
links:
|
||||
- name: "v$PKG_VERSION"
|
||||
url: "${PKG_REGISTRY_URL}/x86_64-unknown-linux-gnu/v${PKG_VERSION}/nyxi-installer-v${PKG_VERSION}"
|
||||
url: "${PKG_REGISTRY_URL}/x86_64-unknown-linux-gnu/v${PKG_VERSION}/nyxi-installer"
|
||||
|
||||
upload-job:
|
||||
stage: release
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "nyxi-installer"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue