Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Aug 29, 2024
1 parent fd8714d commit 890018a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ jobs:
cpack -G ZIP
- name: Upload Artifacts
if: ${{ matrix.name == 'MSYS2 UCRT64' }}
if: ${{ matrix.config.name == 'MSYS2 UCRT64' }}
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.config.package_name }}
path: build/*.zip

- name: Release
if: ${{ contains(github.ref, 'tags') && matrix.name == 'MSYS2 UCRT64' }}
if: ${{ contains(github.ref, 'tags') && matrix.config.name == 'MSYS2 UCRT64' }}
uses: ncipollo/release-action@v1
with:
name: ${{ github.ref_name }}
Expand Down

0 comments on commit 890018a

Please sign in to comment.