Skip to content

Commit

Permalink
Ensure readme is included in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Aug 17, 2024
1 parent 09d82b3 commit c5e1b8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gluon-build-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- name: Copy Project License
run: cp -r LICENSE.md staging

- name: Copy Project Readme
run: cp -r README.md staging

- name: Prepare Release
shell: pwsh
run: Compress-Archive -CompressionLevel "Optimal" -Path staging/* -DestinationPath ${{env.ARCHIVE_NAME}}.zip
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gluon-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- name: Copy Project License
run: cp -r LICENSE.md staging

- name: Copy Project Readme
run: cp -r README.md staging

# Upload the staging directory as a build artifact. You will be able to download this after the build finishes.
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c5e1b8d

Please sign in to comment.