Update rust.yml

This commit is contained in:
2024-02-17 11:11:05 +05:30
committed by GitHub
parent 30efc14f7e
commit 491099dd00

View File

@@ -23,7 +23,7 @@ jobs:
run: cargo build --release --verbose run: cargo build --release --verbose
- name: Upload a Build Artifact - name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1 uses: actions/upload-artifact@v4.3.1
if: ${{ github.event_name == "push" }} if: ${{ github.event_name == 'push' }}
with: with:
name: byte-pusher-emu name: byte-pusher-emu
path: target/release/byte-pusher-emu path: target/release/byte-pusher-emu