Skip to content

Commit

Permalink
Merge pull request #246 from gerlero/actions
Browse files Browse the repository at this point in the history
Update Release workflow
  • Loading branch information
gerlero authored Feb 9, 2024
2 parents 03ae130 + 676792f commit 24133d7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@ jobs:

release:
needs: build
strategy:
matrix:
arch: [ARM64, X64]
openfoam-version: [2312, 2306]
runs-on: ubuntu-latest
steps:
- name: Download app artifact
- name: Download app artifacts
uses: actions/download-artifact@v4
with:
name: app-${{ matrix.openfoam-version }}-${{ matrix.arch }}
- name: Upload app to release
pattern: app-*
merge-multiple: true
- name: Upload apps to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 24133d7

Please sign in to comment.