chore: debug linux tar not getting updated

This commit is contained in:
Kingkor Roy Tirtho 2024-02-23 20:57:35 +06:00
parent ba69496dcc
commit b6d42659b7
3 changed files with 20 additions and 2 deletions

View File

@ -190,7 +190,7 @@ jobs:
dist/spotube-linux-${{ env.BUILD_VERSION }}-x86_64.tar.xz dist/spotube-linux-${{ env.BUILD_VERSION }}-x86_64.tar.xz
- name: Debug With SSH When fails - name: Debug With SSH When fails
if: ${{ failure() && inputs.debug && inputs.channel == 'nightly' }} if: ${{ inputs.debug && inputs.channel == 'nightly' }}
uses: mxschmitt/action-tmate@v3 uses: mxschmitt/action-tmate@v3
with: with:
limit-access-to-actor: true limit-access-to-actor: true

View File

@ -143,4 +143,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7 PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
COCOAPODS: 1.14.3 COCOAPODS: 1.15.2

View File

@ -1,5 +1,6 @@
{ {
"ar": [ "ar": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -9,6 +10,7 @@
], ],
"bn": [ "bn": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -18,6 +20,7 @@
], ],
"ca": [ "ca": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -27,6 +30,7 @@
], ],
"de": [ "de": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -36,6 +40,7 @@
], ],
"es": [ "es": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -45,6 +50,7 @@
], ],
"fa": [ "fa": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -54,6 +60,7 @@
], ],
"fr": [ "fr": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -63,6 +70,7 @@
], ],
"hi": [ "hi": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -72,6 +80,7 @@
], ],
"it": [ "it": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -81,6 +90,7 @@
], ],
"ja": [ "ja": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -90,6 +100,7 @@
], ],
"ne": [ "ne": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -99,6 +110,7 @@
], ],
"nl": [ "nl": [
"sort_duration",
"audio_source", "audio_source",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
@ -109,6 +121,7 @@
], ],
"pl": [ "pl": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -118,6 +131,7 @@
], ],
"pt": [ "pt": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -127,6 +141,7 @@
], ],
"ru": [ "ru": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -136,6 +151,7 @@
], ],
"tr": [ "tr": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -145,6 +161,7 @@
], ],
"uk": [ "uk": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",
@ -154,6 +171,7 @@
], ],
"zh": [ "zh": [
"sort_duration",
"start_a_radio", "start_a_radio",
"how_to_start_radio", "how_to_start_radio",
"replace_queue_question", "replace_queue_question",