Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Oct 11, 2023
1 parent ae48cc7 commit 66df5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: cargo deb -p homestar-runtime --target ${{ env.LINUX_TARGET }}

- name: Create .rpm
run: cargo generate-rpm --target ${{ env.LINUX_TARGET }}
run: cargo generate-rpm -p homestar-runtime --target ${{ env.LINUX_TARGET }}

- name: Upload Release Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 66df5fe

Please sign in to comment.