Skip to content

Commit 2019023

Browse files
committed
Merge remote-tracking branch 'origin/main' into add-support-for-maccatalyst
2 parents 7f4b45b + 59e9063 commit 2019023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
make ${{ steps.build-vars.outputs.PACKAGE_NAME }}-${{ matrix.target }} $(echo "${{ steps.build-vars.outputs.PACKAGE_NAME }}" | tr 'a-z' 'A-Z')_VERSION=${{ steps.build-vars.outputs.PACKAGE_VERSION }} BUILD_NUMBER=${{ steps.build-vars.outputs.BUILD_NUMBER }}
4949
5050
- name: Upload Build Artifact
51-
uses: actions/[email protected].0
51+
uses: actions/[email protected].1
5252
with:
5353
name: dist-${{ matrix.target }}
5454
path: dist
@@ -60,14 +60,14 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Get Build Artifacts
63-
uses: actions/[email protected].8
63+
uses: actions/[email protected].9
6464
with:
6565
pattern: dist-*
6666
path: dist
6767
merge-multiple: true
6868

6969
- name: Create Release
70-
uses: ncipollo/release-action@v1.15.0
70+
uses: ncipollo/release-action@v1.16.0
7171
with:
7272
name: ${{ needs.build.outputs.PACKAGE_NAME }} v${{ needs.build.outputs.PACKAGE_VERSION }} (build ${{ needs.build.outputs.BUILD_NUMBER }})
7373
draft: true

0 commit comments

Comments
 (0)