diff --git a/.gitea/workflows/publish-deb.yml b/.gitea/workflows/publish-deb.yml index 92807cf..b826adf 100644 --- a/.gitea/workflows/publish-deb.yml +++ b/.gitea/workflows/publish-deb.yml @@ -49,10 +49,7 @@ jobs: run: cargo install cargo-deb - name: Build deb package - run: | - ./create-deb.sh \ - ${{ inputs.deb_version != "" && "--deb-version " + inputs.deb_version || "" }} \ - ${{ inputs.deb_revision != "" && "--deb-revision " + inputs.deb_revision || "" }} + run: ./create-deb.sh ${{ inputs.deb_version != "" && "--deb-version " + inputs.deb_version || "" }} --deb-revision ${{ inputs.deb_revision }} - name: Upload deb package artifact uses: actions/upload-artifact@v3