Skip to content

Commit 7be1b64

Browse files
author
zak-45
committed
new action
1 parent 54c030d commit 7be1b64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/manual.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
- name: Check-out repository
4949
uses: actions/checkout@v4
5050

51-
- name: Add version info to json file
52-
env:
53-
GitRun: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
54-
run: |
55-
echo "{\"version\": \"${{env.COMP_VERSION}}\",\"gitrun\": \"${{env.GitRun}}\",\"date\": \"${{ steps.current-time.outputs.time }}\",\"name\": \"${{ steps.system-info.outputs.name }}\",\"platform\": \"${{ steps.system-info.outputs.platform }}\",\"release\": \"${{ steps.system-info.outputs.release }}\",\"python\":\"${{env.Python_ROOT_DIR}}\",\"youtube_disable\":\"${{env.YOUTUBE_DISABLE}}\",\"debug_compilation\":\"${{env.DEBUG_COMPILATION}}\"}" > ./assets/version.json
56-
5751
- name: Ubuntu specific
5852
if: matrix.os == 'ubuntu-latest'
5953
run: |
@@ -77,6 +71,12 @@ jobs:
7771
cache-dependency-path: |
7872
**/requirements*.txt
7973
74+
- name: Add version info to json file
75+
env:
76+
GitRun: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
77+
run: |
78+
echo "{\"version\": \"${{env.COMP_VERSION}}\",\"gitrun\": \"${{env.GitRun}}\",\"date\": \"${{ steps.current-time.outputs.time }}\",\"name\": \"${{ steps.system-info.outputs.name }}\",\"platform\": \"${{ steps.system-info.outputs.platform }}\",\"release\": \"${{ steps.system-info.outputs.release }}\",\"python\":\"${{env.Python_ROOT_DIR}}\",\"youtube_disable\":\"${{env.YOUTUBE_DISABLE}}\",\"debug_compilation\":\"${{env.DEBUG_COMPILATION}}\"}" > ./assets/version.json
79+
8080
- name: Ubuntu specific bis
8181
if: matrix.os == 'ubuntu-latest'
8282
run: |

0 commit comments

Comments
 (0)