0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +03:00

[ci] fix commit_long_sha passing

This commit is contained in:
Maxim Slipenko 2024-02-22 10:32:15 +03:00
parent d98eae74df
commit 6eeeefcec4

View File

@ -68,13 +68,13 @@ jobs:
ref: ${{ (needs.update_packages.outputs.commit_long_sha || '') }}
upload-release:
needs: build
needs: [build, update_packages]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ (needs.build.needs.update_packages.outputs.commit_long_sha || '') }}
ref: ${{ (needs.update_packages.outputs.commit_long_sha || '') }}
- name: Download artifact
uses: actions/download-artifact@v4