0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-30 02:28:08 +03:00

Merge pull request #54 from Maks1mS/fix-ci

[ci] fix commit_long_sha passing
This commit is contained in:
Andrey Onishchenko
2024-02-22 10:43:00 +03:00
committed by GitHub

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