Skip to content

Commit

Permalink
Generate sums at compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Corya authored Sep 17, 2021
1 parent f870b0f commit 0eda442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Create final package location
- run: chown builder:builder -R /home/builder
name: Chown builder home dir
- run: su builder -c "cd /home/builder/"$(echo -e "$GITHUB_REPOSITORY" | sed 's/.*\///g')"; makepkg -s"
- run: su builder -c "cd /home/builder/"$(echo -e "$GITHUB_REPOSITORY" | sed 's/.*\///g')"; updpkgsums; makepkg -s"
name: Compile the Kernel
- uses: actions/upload-artifact@v2
name: Generate Artifacts
Expand Down

0 comments on commit 0eda442

Please sign in to comment.