Skip to content

Commit

Permalink
workflows/deploy: Fix strip_components
Browse files Browse the repository at this point in the history
Finally spotted issue. - vs _ :(

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Apr 26, 2024
1 parent 87e45e2 commit 502b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
port: ${{ secrets.WEB_STAGING_PORT }}
source: "kernelci.org/public/"
target: ${{ secrets.WEB_STAGING_DIR }}
strip-components: 2
strip_components: 2

0 comments on commit 502b5c6

Please sign in to comment.