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 7a6e440 commit 055e63a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
- name: Release
run: cargo build --release

- name: Artifact upload preparation
run: mkdir -p binary && cp /Mini_PJT_7_Rust_ISL ./binary/
# - name: Artifact upload preparation
# run: mkdir -p binary && cp /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: binary/Mini_PJT_7_Rust_ISL
path: target/release/binary/Mini_PJT_7_Rust_ISL


# from John
Expand Down
Binary file removed Mini_PJT_7_Rust_ISL
Binary file not shown.

0 comments on commit 055e63a

Please sign in to comment.