Skip to content

Commit

Permalink
fix: set wrong source path (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <me@stephanwe.de>

Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan authored Oct 2, 2022
1 parent dcc16cf commit fc95133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: failed-${{ steps.copy-image.outputs.image }}.log
path: repository/src/workspace/build.log
path: repository/src/build.log

- name: Compressing Image
shell: bash
Expand Down

0 comments on commit fc95133

Please sign in to comment.