Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ISL-0111 committed Oct 24, 2024
1 parent c10359b commit a3b1730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: cargo build --release

- name: Artifact upload preparation
run: mkdir -p Data && cp target/release/Mini_PJT_7_Rust_ISL ./Data/
run: mkdir -p binary && cp target/release/Mini_PJT_7_Rust_ISL ./binary/

- name: Upload Binary Artifact to Github
uses: actions/upload-artifact@v4
with:
name: Mini_PJT_7_Rust_ISL
path: Data/Mini_PJT_7_Rust_ISL
path: binary/Mini_PJT_7_Rust_ISL


# from John
Expand Down

0 comments on commit a3b1730

Please sign in to comment.