Skip to content

Commit

Permalink
CI: Add web platform to project exports
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Dec 20, 2024
1 parent 6980b93 commit 4fba1e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/make-release/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ If you experience issues, [please report them](https://github.com/YuriSizov/bosc
* **[Download for macOS (Universal)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-macos-universal.zip)**
* **[Download for Windows (x86_64)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-windows-x86_64.zip)**
* **[Download for Windows (x86_32)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-windows-x86_32.zip)**
* [Download for web browser](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-web-universal.zip)

_Built from commit [${COMMIT_HASH}](https://github.com/YuriSizov/boscaceoil-blue/commits/${COMMIT_HASH}/)._
9 changes: 8 additions & 1 deletion .github/workflows/export-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
output: "boscaceoil-blue.exe"
app-name: "boscaceoil-blue.exe"
runs-on: windows-latest

- platform: web
arch: universal
preset: "Web - Universal"
output: "index.html"
app-name: "boscaceoil-blue"
runs-on: ubuntu-latest

name: Export the project (${{ matrix.preset }})
runs-on: ${{ matrix.runs-on }}
Expand Down Expand Up @@ -113,7 +120,7 @@ jobs:
# Upload the results.

# This step helps to preserve file permissions.
- name: Tar up the example project
- name: Tar up the exported project
shell: bash
working-directory: "${{ steps.export-project-step.outputs.export-path }}"
run: |
Expand Down

0 comments on commit 4fba1e0

Please sign in to comment.