Skip to content

Commit

Permalink
workflow upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Dec 13, 2023
1 parent 5ea9669 commit 6e941e0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@ permissions:
contents: read

jobs:
build:
build11:
uses: ./.github/workflows/build.yaml
with:
oarepo: 11
oarepo: "11"

build12:
uses: ./.github/workflows/build.yaml
with:
oarepo: "12"

publish:
runs-on: ubuntu-latest
needs: build
needs: build11
steps:
- name: Use built artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6e941e0

Please sign in to comment.