diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 28e7692..ad77391 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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/upload-artifact@v4.0.0 + 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