Skip to content

Commit

Permalink
Merge pull request #5 from swizzin/dependabot/github_actions/ncipollo…
Browse files Browse the repository at this point in the history
…/release-action-1.12.0

Bump ncipollo/release-action from 1.11.1 to 1.12.0
  • Loading branch information
userdocs authored Jan 30, 2023
2 parents 5f39074 + 9fbda33 commit 86242f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ninja_crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
run: mv -f "${{ matrix.name }}_${{ env.cmake_version }}+${{ env.ninja_version }}_${{ matrix.arch }}.deb" "${{ matrix.os_id }}-${{ matrix.os_version_id }}-${{ matrix.name }}-${{ matrix.arch }}.deb"

- name: Host - "Create release - tag - assets"
uses: ncipollo/release-action@v1.11.1
uses: ncipollo/release-action@v1.12.0
with:
prerelease: ${{ env.prerelease }}
artifacts: "${{ matrix.os_id }}-${{ matrix.os_version_id }}-${{ matrix.name }}-${{ matrix.arch }}.deb"
Expand Down

0 comments on commit 86242f5

Please sign in to comment.