Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 11, 2023
1 parent c4bdab2 commit cddcf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: dist/${{ matrix.OUT_FILE_NAME }}
files: ${{ matrix.OUT_FILE_NAME }}

build-docker:
name: Build Docker image and push
Expand Down

0 comments on commit cddcf08

Please sign in to comment.