cd: fix sed failing us

This commit is contained in:
Kingkor Roy Tirtho 2024-04-19 16:10:28 +06:00
parent 2da5d786d2
commit ef7833eb67

View File

@ -234,7 +234,7 @@ jobs:
- name: Replace Version in files - name: Replace Version in files
run: | run: |
sed -i 's|%{{APPDATA_RELEASE}}%|<release version="${{ env.BUILD_VERSION }}" date="${{ steps.date.outputs.date }}" />|' linux/com.github.KRTirtho.Spotube.appdata.xml sed -i '' 's|%{{APPDATA_RELEASE}}%|<release version="${{ env.BUILD_VERSION }}" date="${{ steps.date.outputs.date }}" />|' linux/com.github.KRTirtho.Spotube.appdata.xml
- name: Create Stable .env - name: Create Stable .env
if: ${{ inputs.channel == 'stable' }} if: ${{ inputs.channel == 'stable' }}