We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d938f commit d9cafd0Copy full SHA for d9cafd0
.github/workflows/calculate_checksum.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: dawidd6/action-download-artifact@v11
23
with:
24
name: offscreen-${{ env.VERSION }}.tar.gz
25
- run-id: ${{ github.event.workflow_run.id }}
+ run_id: ${{ github.event.workflow_run.id }}
26
27
- name: Calculate SHA256 checksum
28
run: sha256sum offscreen-${{ env.VERSION }}.tar.gz > offscreen-${{ env.VERSION }}.sha256
0 commit comments