File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 id : build
4646 env :
4747 VERSION : ${{ github.ref_name }}
48- URL_X64 : https://github.com/mlhpdx/SimplestLoadBalancer/releases/download/${{ github.ref_name }}/SimplestLoadBalancer-${{ github.ref_name }}-win -x64.msi
49- URL_ARM64 : https://github.com/mlhpdx/SimplestLoadBalancer/releases/download/${{ github.ref_name }}/SimplestLoadBalancer-${{ github.ref_name }}-win-arm64.msi
48+ URL_X64 : https://github.com/mlhpdx/SimplestLoadBalancer/releases/download/${{ github.ref_name }}/SimplestLoadBalancer-${{ github.ref_name }}-linux -x64.zip
49+ URL_ARM64 : https://github.com/mlhpdx/SimplestLoadBalancer/releases/download/${{ github.ref_name }}/SimplestLoadBalancer-${{ github.ref_name }}-linux-arm.zip
5050 - uses : snapcore/action-publish@v1
5151 env :
5252 SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.STORE_LOGIN }}
Original file line number Diff line number Diff line change 3939 - wget
4040 override-build : |
4141 craftctl default
42- wget -O release.zip $URL_X64
42+ wget -O release.zip https://github.com/mlhpdx/SimplestLoadBalancer/releases/download/${SNAP_VERSION}/SimplestLoadBalancer-${SNAP_VERSION}-linux-x64.zip
4343 unzip release.zip
4444 mkdir -p $CRAFT_PART_INSTALL/bin/
4545 cp $CRAFT_PART_SRC/publish/SimplestLoadBalancer $CRAFT_PART_INSTALL/bin/
You can’t perform that action at this time.
0 commit comments