Skip to content

Commit

Permalink
Fix error in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGzzBen committed Sep 1, 2021
1 parent 1eab335 commit d7d02d1
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 @@ -62,7 +62,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ingenialists-build-artifacts
path: api/v1/build
path: api/v1/build/
release:
name: Create Release
runs-on: 'ubuntu-latest'
Expand All @@ -82,6 +82,6 @@ jobs:
with:
body_path: ".github/RELEASE-TEMPLATE.md"
draft: true
files: api/v1/build
files: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d7d02d1

Please sign in to comment.