Skip to content

Commit

Permalink
Create development releases
Browse files Browse the repository at this point in the history
  • Loading branch information
smokku committed Feb 4, 2025
1 parent eb4c363 commit f1558ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,13 @@ jobs:
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --build-config ${{ matrix.build_type }}

- uses: "marvinpinto/action-automatic-releases@1"
if: github.ref == 'refs/heads/main'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: latest_{{ env.RUNNER_OS }}_{{ env.RUNNER_ARCH }}
prerelease: true
title: "Development Build"
files: |
${{ steps.strings.outputs.build-output-dir }}/emu

0 comments on commit f1558ea

Please sign in to comment.