Skip to content

Commit

Permalink
test uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Jul 4, 2024
1 parent 76e76f2 commit 31ad6c0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v4
- name: "YamlLint"
run: |
docker run \
Expand Down Expand Up @@ -40,7 +41,8 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v4
- name: "AgentInfo"
run: ./.github/agent-info.sh
- name: "Runner storage cleanup"
Expand All @@ -52,6 +54,12 @@ jobs:
run: ./build_in_docker.sh
env:
RPM_SIGNING_KEY: ${{ secrets.RPM_SIGNING_KEY }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: output
path: |
./output_zip/*
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 31ad6c0

Please sign in to comment.