Skip to content

Commit

Permalink
Update github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
cabbetlong committed Dec 20, 2024
1 parent 0d01908 commit 7cdd97c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
chmod +x ./build.sh
./build.sh ${{ steps.branch-names.outputs.tag }} X86
./build.sh ${{ steps.branch-names.outputs.tag }} ARM
./build.sh ${{ steps.branch-names.outputs.tag }} PPC64LE
- name: Create Release and Upload Release Asset
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -33,4 +34,5 @@ jobs:
draft: true
files: |
eSDK_Huawei_Storage_Kubernetes_CSI_Plugin_V${{ steps.branch-names.outputs.tag }}_X86_64.zip
eSDK_Huawei_Storage_Kubernetes_CSI_Plugin_V${{ steps.branch-names.outputs.tag }}_ARM_64.zip
eSDK_Huawei_Storage_Kubernetes_CSI_Plugin_V${{ steps.branch-names.outputs.tag }}_ARM_64.zip
eSDK_Huawei_Storage_Kubernetes_CSI_Plugin_V${{ steps.branch-names.outputs.tag }}_PPC64LE_64.zip

0 comments on commit 7cdd97c

Please sign in to comment.