mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-24 10:44:19 +01:00
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
|
||||
|
||||
packages:
|
||||
name: Generate Packages
|
||||
name: Build Packages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
@@ -128,10 +128,14 @@ jobs:
|
||||
cargo generate-rpm
|
||||
cargo deb
|
||||
|
||||
- name: Upload Packages
|
||||
uses: actions/upload-artifact@v3
|
||||
- name: Upload RPM Package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: notedeck-packages
|
||||
path: |
|
||||
target/generate-rpm/*.rpm
|
||||
target/debian/*.deb
|
||||
name: notedeck-rpm
|
||||
path: target/generate-rpm/*.rpm
|
||||
|
||||
- name: Upload Debian Package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: notedeck-deb
|
||||
path: target/debian/*.deb
|
||||
|
||||
Reference in New Issue
Block a user