Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KickedDroid authored Nov 5, 2024
1 parent b192ca8 commit afa2132
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose --release
- name: step 2 - Add artifacts to publish to the temp folder
run: |
cd downloads
cp /home/runner/work/ls-ad-users/ls-ad-users/target/release/ls-ad-users .
cd ..
- name: Step 3 - Use the Upload Artifact GitHub Action
uses: actions/upload-artifact@v2
with:
name: assets-for-download
path: downloads

0 comments on commit afa2132

Please sign in to comment.