Skip to content

Commit

Permalink
dont change dir
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Beinghaus <[email protected]>
  • Loading branch information
niklasbeinghaus committed Jul 13, 2023
1 parent 86b3696 commit a7a921f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:

- name: Create release
run: |
cd plat-vale
echo $GITHUB_RUN_NUMBER > version.txt
zip -r plat-vale.zip ./
zip -r plat-vale.zip plat-vale
gh release create v$GITHUB_RUN_NUMBER 'plat-vale.zip'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit a7a921f

Please sign in to comment.