update to github v4 artifact actions
This commit is contained in:
18
.github/workflows/rust.yml
vendored
18
.github/workflows/rust.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
|||||||
# run: ./trunk build
|
# run: ./trunk build
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
name: Generate Packages
|
name: Build Packages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
@@ -128,10 +128,14 @@ jobs:
|
|||||||
cargo generate-rpm
|
cargo generate-rpm
|
||||||
cargo deb
|
cargo deb
|
||||||
|
|
||||||
- name: Upload Packages
|
- name: Upload RPM Package
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: notedeck-packages
|
name: notedeck-rpm
|
||||||
path: |
|
path: target/generate-rpm/*.rpm
|
||||||
target/generate-rpm/*.rpm
|
|
||||||
target/debian/*.deb
|
- name: Upload Debian Package
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: notedeck-deb
|
||||||
|
path: target/debian/*.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user