We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe348c commit f60debeCopy full SHA for f60debe
1 file changed
.github/workflows/build-plugin.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
export PLUGIN_DIR=$GITHUB_WORKSPACE
54
pushd ${{ env.rack-plugin-toolchain-dir }}
55
- make plugin-build-${{ matrix.platform }}
+ make plugin-build-${{ matrix.platform }}-x64
56
- name: Upload artifact
57
uses: actions/upload-artifact@v3
58
with:
0 commit comments