Skip to content

Commit

Permalink
fixed release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber authored and Windows200000 committed May 19, 2024
1 parent 31eb4d6 commit 70b84cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
id: vars
run: |
echo "date_now=$(date --rfc-3339=seconds)" >> "${GITHUB_OUTPUT}"
Add-Content $env:GITHUB_OUTPUT "sha_short=$(git rev-parse --short HEAD)"
echo "sha_short=$(git rev-parse --short HEAD)" >> "${GITHUB_OUTPUT}"
- name: Download build artifacts from previous jobs
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 70b84cd

Please sign in to comment.