Fix directory path for collected release files in build workflow
Some checks failed
/ release (nightly) (push) Failing after 53s
Some checks failed
/ release (nightly) (push) Failing after 53s
This commit is contained in:
parent
a2d150878a
commit
43ce9b58bf
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: cargo build --release --verbose
|
||||
- name: Collect files
|
||||
run: |
|
||||
mkdir -p /tmp/release
|
||||
mkdir -p /tmp/phenix
|
||||
cp target/release/phenix /tmp/phenix
|
||||
cp phenix.service /tmp/phenix
|
||||
cd /tmp/phenix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "phenix"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue