bumped upload artifact github actions
This commit is contained in:
parent
0f2ecf2397
commit
63642d1a67
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -30,13 +30,13 @@ jobs:
|
||||||
run: cargo build --release --target x86_64-unknown-linux-gnu
|
run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
- name: Upload rustmon artifact (Linux)
|
- name: Upload rustmon artifact (Linux)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rustmon
|
name: rustmon
|
||||||
path: ./target/x86_64-unknown-linux-gnu/release/rustmon
|
path: ./target/x86_64-unknown-linux-gnu/release/rustmon
|
||||||
|
|
||||||
- name: Upload minimon artifact (Linux)
|
- name: Upload minimon artifact (Linux)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: minimon
|
name: minimon
|
||||||
path: ./target/x86_64-unknown-linux-gnu/release/minimon
|
path: ./target/x86_64-unknown-linux-gnu/release/minimon
|
||||||
|
@ -68,13 +68,13 @@ jobs:
|
||||||
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Upload rustmon artifact (Windows)
|
- name: Upload rustmon artifact (Windows)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: rustmon.exe
|
name: rustmon.exe
|
||||||
path: ./target/x86_64-pc-windows-gnu/release/rustmon.exe
|
path: ./target/x86_64-pc-windows-gnu/release/rustmon.exe
|
||||||
|
|
||||||
- name: Upload minimon artifact (Windows)
|
- name: Upload minimon artifact (Windows)
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: minimon.exe
|
name: minimon.exe
|
||||||
path: ./target/x86_64-pc-windows-gnu/release/minimon.exe
|
path: ./target/x86_64-pc-windows-gnu/release/minimon.exe
|
||||||
|
|
Loading…
Reference in a new issue