Update fedora-40.yml
This commit is contained in:
parent
3119347ff4
commit
9bf4a0f9e8
4
.github/workflows/fedora-40.yml
vendored
4
.github/workflows/fedora-40.yml
vendored
@ -3,7 +3,7 @@ on: workflow_dispatch
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: fedora:40
|
runs-on: fedora:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -17,4 +17,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
name: Binary RPM
|
name: Binary RPM
|
||||||
path: ${{ steps.rpm.outputs.rpm_dir_path }}
|
path: ${{ steps.rpm.outputs.rpm_dir_path }}
|
||||||
|
Loading…
Reference in New Issue
Block a user