Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost authored Jan 20, 2023
1 parent d1c5ee7 commit 1aa5056
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 @@ -24,7 +24,7 @@ jobs:
run: |
make dist
RELEASE_TARBALL=$(ls libexsid-*.tar.gz)
echo ::set-output name=filename::${RELEASE_TARBALL}
echo "filename=${RELEASE_TARBALL}" >> $GITHUB_OUTPUT
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
Expand Down

0 comments on commit 1aa5056

Please sign in to comment.