Skip to content

Commit

Permalink
Update 03-update-assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Sep 25, 2024
1 parent 4b52fd8 commit b430876
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/03-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@ on:
name: Upload Release Asset
jobs:
build:
name: Upload Release Asset
name: Upload Release Asset for ${{ matrix.os }}

runs-on: ubuntu-latest


strategy:
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
fail-fast: false
matrix:
os: [windows-latest]
build_type: [Release]

steps:
- name: Checkout self
uses: actions/checkout@v2
Expand Down

0 comments on commit b430876

Please sign in to comment.