Skip to content

Commit

Permalink
Update .github/workflows/delivery-archlinux.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
Signed-off-by: Saumya <76432998+SaumyaBhushan@users.noreply.github.com>
  • Loading branch information
SaumyaBhushan and sambhav authored Nov 29, 2022
1 parent b6e92eb commit 3de8207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/delivery-archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
run: |
curl -sSL ${{ steps.assets.outputs.linux_url }} -o ${{ steps.assets.outputs.linux_name }}
sha512=$(sha512sum ${{ steps.assets.outputs.linux_name }} | cut -d ' ' -f1)
echo "url=${{ steps.assets.outputs.linux_url }}" >> $GITHUB_OUTPUT
echo "sha512=$sha512" >> $GITHUB_OUTPUT
- name: Fill PKGBUILD
Expand Down

0 comments on commit 3de8207

Please sign in to comment.