canary CI: checkout code before trying to get current revision

This commit is contained in:
GreemDev 2025-06-05 20:56:17 -05:00
parent 1e861b99a9
commit 70abff072b

View File

@ -299,6 +299,9 @@ jobs:
- macos_release - macos_release
- release - release
steps: steps:
- uses: actions/checkout@v4
- name: Get version info - name: Get version info
id: version_info id: version_info
run: | run: |
@ -327,4 +330,4 @@ jobs:
- name: Send notification webhook - name: Send notification webhook
run: | run: |
gli --access-token=${{ secrets.GITLAB_TOKEN }} --project=ryubing/canary --command=SendUpdateMessage "${{ steps.version_info.outputs.build_version }}|FF4500|${{ secrets.CANARY_DISCORD_WEBHOOK }}|https://avatars.githubusercontent.com/u/192939710?s=200&v=4" gli --access-token=${{ secrets.GITLAB_TOKEN }} --project=ryubing/canary --command=SendUpdateMessage "${{ steps.version_info.outputs.build_version }}|FF4500|${{ secrets.CANARY_DISCORD_WEBHOOK }}|https://avatars.githubusercontent.com/u/192939710?s=200&v=4|false"