We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8166dd5 commit a9808a1Copy full SHA for a9808a1
.github/workflows/release.yaml
@@ -48,7 +48,7 @@ jobs:
48
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 }}
49
50
- name: Upload Build Artifact
51
- uses: actions/[email protected].0
+ uses: actions/[email protected].1
52
with:
53
name: dist-${{ matrix.target }}
54
path: dist
0 commit comments