File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
run : cargo build --release # Run your build command
23
23
24
24
- name : Archive Artifact
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : MacOs_Artifact
28
28
path : target/release/server_host # Replace with the actual path to your compiled binary
Original file line number Diff line number Diff line change 22
22
run : cargo build --release # Run your build command
23
23
24
24
- name : Archive Artifact
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : MacOs_Artifact
28
28
path : target/release/server_host # Replace with the actual path to your compiled binary
Original file line number Diff line number Diff line change 22
22
run : cargo build --release # Run your build command
23
23
24
24
- name : Archive Artifact
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : Linux_Artifact
28
28
path : target/release/server_host # Replace with the actual path to your compiled binary
Original file line number Diff line number Diff line change 22
22
run : cargo build --release # Run your build command
23
23
24
24
- name : Archive Artifact
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : Linux_Artifact
28
28
path : target/release/server_host # Replace with the actual path to your compiled binary
Original file line number Diff line number Diff line change 22
22
run : cargo build --release # Run your build command
23
23
24
24
- name : Archive Artifact
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : Win_Artifact
28
28
path : target/release/server_host.exe # Replace with the actual path to your compiled binary
Original file line number Diff line number Diff line change 21
21
run : cargo build --release # Run your build command
22
22
23
23
- name : Archive Artifact
24
- uses : actions/upload-artifact@v2
24
+ uses : actions/upload-artifact@v4
25
25
with :
26
26
name : Win_Artifact
27
27
path : target/release/server_host.exe # Replace with the actual path to your compiled binary
You can’t perform that action at this time.
0 commit comments