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:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: "v$PKG_VERSION"
|
- 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:
|
upload-job:
|
||||||
stage: release
|
stage: release
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nyxi-installer"
|
name = "nyxi-installer"
|
||||||
version = "2.0.1"
|
version = "2.0.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue