Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
fix: release yaml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Dec 27, 2023
1 parent 2e3d935 commit c50da6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
set -e
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "checksums<<$EOF" >> "$GITHUB_OUTPUT"
echo "$(sha256sum timetrace-*.zip timetrace-*tar.gz)" >> "$GITHUB_OUTPUT"
echo "$(sha256sum ttrace-*.zip ttrace-*tar.gz)" >> "$GITHUB_OUTPUT"
echo "$EOF" >> "$GITHUB_OUTPUT"
- name: Publish
uses: softprops/action-gh-release@v1
with:
files: |
timetrace-*.zip
timetrace-*.tar.gz
ttrace-*.zip
ttrace-*.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c50da6e

Please sign in to comment.