Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Jul 26, 2023
1 parent 7c327d3 commit d6bb062
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,13 @@ jobs:
image: default
- os: ubuntu-latest
- os: windows-latest

uses: ./.github/workflows/build-one.yml
with:
build: ${{ matrix.build }}
app_name: ${{ matrix.app_name }}
app_toml: ${{ matrix.app_toml }}
target: ${{ matrix.target }}
image: ${{ matrix.image }}
os: ${{ matrix.os }}
steps:
- name: build
uses: ./.github/workflows/build-one.yml
with:
build: ${{ matrix.build }}
app_name: ${{ matrix.app_name }}
app_toml: ${{ matrix.app_toml }}
target: ${{ matrix.target }}
image: ${{ matrix.image }}
os: ${{ matrix.os }}

0 comments on commit d6bb062

Please sign in to comment.