Skip to content

Commit

Permalink
fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay committed Oct 4, 2024
1 parent a96a5df commit 81e2a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
- name: Build RPMs
run: docker build .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
- name: Build RPMs
run: docker build -o out .
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 81e2a32

Please sign in to comment.