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:
|
||||
build:
|
||||
runs-on: fedora:40
|
||||
runs-on: fedora:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@ -17,4 +17,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v1.0.0
|
||||
with:
|
||||
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