Skip to content

Commit

Permalink
artifact downloaded to wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
FloWi committed Jul 7, 2022
1 parent c49b139 commit 1b35687
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: docker-dist
path: |
path: |
docker-dist/webapp/
docker-dist/fileserver/
Expand All @@ -46,6 +46,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: docker-dist
path: docker-dist/

- name: Get the version
id: version
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: docker-dist

path: docker-dist/
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 1b35687

Please sign in to comment.