diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 9de99e33..d3c339c9 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -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