Skip to content

Commit

Permalink
smol fix to release zip process
Browse files Browse the repository at this point in the history
  • Loading branch information
aireilly committed Apr 4, 2023
1 parent 93f5868 commit 6a549cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
cd .vale/styles
echo $GITHUB_RUN_NUMBER > version.txt
zip -r AsciiDoc.zip AsciiDoc
zip -r OpenShiftAsciiDoc.zip OpenShiftAsciiDoc
zip -r AsciiDoc.zip AsciiDoc/*
zip -r OpenShiftAsciiDoc.zip OpenShiftAsciiDoc/*
gh release create v$GITHUB_RUN_NUMBER 'AsciiDoc.zip' 'OpenShiftAsciiDoc.zip'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 6a549cb

Please sign in to comment.