Skip to content

Commit

Permalink
GitHub Actions: Copy LICENSE to built extension folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bakana808 committed Jan 16, 2025
1 parent 876f73e commit a70a967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
- name: Copy LICENSE to extension folder
shell: bash
run: |
mkdir --parents "${{ github.workspace }}/artifact/addons/libm8gd/"
mkdir -p "${{ github.workspace }}/artifact/addons/libm8gd/"
cp -a "${{ github.workspace }}/LICENSE" "${{ github.workspace }}/project/addons/libm8gd/." "${{ github.workspace }}/artifact/addons/libm8gd/"
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a70a967

Please sign in to comment.