Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Add artifact download
  • Loading branch information
Tom60chat authored Nov 20, 2023
1 parent 7d85ebb commit 287aeaa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,17 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

release:

name: Release
runs-on: ubuntu-latest
needs: build

steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: pet-the-cat-gui_artifact
- name: Test artifact download
run: ls -R

0 comments on commit 287aeaa

Please sign in to comment.