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:
parent
d98eae74df
commit
6eeeefcec4
4
.github/workflows/update-build-release.yml
vendored
4
.github/workflows/update-build-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user