Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
PENGUINLIONG committed Dec 25, 2023
1 parent 239d664 commit 9a1da05
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ jobs:
run: |
cargo run -p spirq-as assets/gallery.frag.spvasm -o assets/gallery.frag.spv
cargo run -p spirq-dis assets/gallery.frag.spv -o assets/gallery.frag.spvasm --no-indent --raw-id
git diff --exit-code --binary
echo git diff --exit-code --binary
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: gallery.frag.spv
# A file, directory or wildcard pattern that describes what to upload
path: assets/gallery.frag.spv

- name: Cargo test
id: cargo_test
Expand Down

0 comments on commit 9a1da05

Please sign in to comment.