Skip to content

Commit

Permalink
Merge pull request #14 from rob93c/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix date variable in release workflow
  • Loading branch information
federicocarboni committed May 26, 2023
2 parents 0772ab9 + 89ff6a2 commit 5058c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: echo "name=date::$(date +'%Y%m%d')"
- run: echo "date=$(date +'%Y%m%d')" >> "$GITHUB_OUTPUT"
id: date
- run: sudo sh ./scripts/download-builds.sh
id: builds
Expand Down

0 comments on commit 5058c98

Please sign in to comment.