0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +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
commit 58405ccbaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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