Skip to content

Commit f60debe

Browse files
committed
fix workflow after toolchain update
1 parent cbe348c commit f60debe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
export PLUGIN_DIR=$GITHUB_WORKSPACE
5454
pushd ${{ env.rack-plugin-toolchain-dir }}
55-
make plugin-build-${{ matrix.platform }}
55+
make plugin-build-${{ matrix.platform }}-x64
5656
- name: Upload artifact
5757
uses: actions/upload-artifact@v3
5858
with:

0 commit comments

Comments
 (0)