Skip to content

Commit

Permalink
Merge pull request #58 from kialj876/18160-pnpm-deployment-fix
Browse files Browse the repository at this point in the history
pnpm deploy fix
  • Loading branch information
kialj876 authored Oct 20, 2023
2 parents 0d23840 + 8bc987f commit 5919fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/firebase/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ runs:
- name: Copy build/deployment files
shell: bash
run: |
cp ${{ github.action_path }}/files/* ${{ inputs.working-directory + '/' + inputs.package-name }}
cp ${{ github.action_path }}/files/* ${{ inputs.working-directory }}/${{ inputs.package-name }}

0 comments on commit 5919fe0

Please sign in to comment.