Skip to content

Commit

Permalink
Fix release workflow (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif authored Jul 17, 2023
1 parent 8f7470e commit fc63884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ jobs:
echo "PKGBUILD=$(echo $(awk -F: '/Package:/{gsub(/[ ]+/,"") ; print $2}' DESCRIPTION))_\
${{ env.RELEASE_VERSION }}.tar.gz" >> $GITHUB_ENV
shell: bash
working-directory: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}

- name: Download artifact ⏬
uses: actions/download-artifact@v3
Expand Down

0 comments on commit fc63884

Please sign in to comment.