Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
ISL-0111 committed Oct 23, 2024
1 parent af8689c commit 8bf066d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@ jobs:
- name: Release
run: cargo build --release

- name : Make folder
run : mkdir -p data

- name : Send binary data to data folder
run : cp target/release/Mini_PJT_7_Rust_ISL ./data/

- name: Upload Binary Artifact
uses: actions/upload-artifact@v4 #v3 is scheduled for deprecation Nov 30 2024 check marketplace
with:
name: Mini_PJT_7_Package_a_Rust_ISL
path: data
name: Mini_PJT_7_Rust_ISL
path: data/Mini_PJT_7_Rust_ISL

# from John

Expand Down

0 comments on commit 8bf066d

Please sign in to comment.