Skip to content

Commit

Permalink
edit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkiewicz committed Apr 20, 2022
1 parent 3e0d984 commit 915c73b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
run: cd client/ ; npm run build

- name: Create release
run: cd client/
uses: ncipollo/release-action@v1
with:
artifacts: "dist_*.zip"
artifacts: "client/dist_*.zip"
# bodyFile: "release.md"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 915c73b

Please sign in to comment.