Update rust.yml
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user