mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-24 14:34:39 +03:00
Merge pull request #54 from Maks1mS/fix-ci
[ci] fix commit_long_sha passing
This commit is contained in:
commit
58405ccbaa
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 || '') }}
|
ref: ${{ (needs.update_packages.outputs.commit_long_sha || '') }}
|
||||||
|
|
||||||
upload-release:
|
upload-release:
|
||||||
needs: build
|
needs: [build, update_packages]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ (needs.build.needs.update_packages.outputs.commit_long_sha || '') }}
|
ref: ${{ (needs.update_packages.outputs.commit_long_sha || '') }}
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user