Skip to content

Commit

Permalink
Fix CHARM_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido committed Apr 23, 2024
1 parent 05f31cd commit 6da3007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: cache-charm
uses: actions/cache@v4
with:
path: ${{ inputs.working-directory }}/packed/
path: ${{ inputs.working-directory }}packed/
key: ${{ runner.os}}-${{ env.CHARM_NAME }}-charm-${{ env.SRC_HASH }}

- name: Pack charm
Expand All @@ -52,5 +52,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.CHARM_NAME }}-charm
path: ${{ inputs.working-directory }}/packed/${{ env.CHARM_FILE }}
path: ${{ inputs.working-directory }}/${{ env.CHARM_FILE }}
if-no-files-found: error

0 comments on commit 6da3007

Please sign in to comment.