Skip to content

Commit

Permalink
Include CSS and license in release artifact. #128
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Sep 8, 2021
1 parent 5a09631 commit 9423f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create artifact
run: |
mkdir ${{ env.RELEASE_VERSION }}-dist && cp dist/farmOS-map.js ${{ env.RELEASE_VERSION }}-dist && zip -r ${{ env.RELEASE_VERSION }}-dist.zip ${{ env.RELEASE_VERSION }}-dist
mkdir ${{ env.RELEASE_VERSION }}-dist && cp dist/farmOS-map.* ${{ env.RELEASE_VERSION }}-dist && zip -r ${{ env.RELEASE_VERSION }}-dist.zip ${{ env.RELEASE_VERSION }}-dist
- name: Create Release
id: create_release
uses: actions/create-release@latest
Expand Down

0 comments on commit 9423f71

Please sign in to comment.