Fix typos
This commit is contained in:
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@ -129,13 +129,16 @@ jobs:
|
|||||||
APPIMAGETOOL_SIGN_PASSPHRASE: ${{ secrets.APPIMAGE_GPG_PRIVATE_KEY_PASSPHRASE }}
|
APPIMAGETOOL_SIGN_PASSPHRASE: ${{ secrets.APPIMAGE_GPG_PRIVATE_KEY_PASSPHRASE }}
|
||||||
VERSION_NO_V: ${{ needs.build-test-web.outputs.version }}
|
VERSION_NO_V: ${{ needs.build-test-web.outputs.version }}
|
||||||
run: |
|
run: |
|
||||||
gpg -K
|
TOOL=appimagetool-x86_64.AppImage
|
||||||
APPIMAGE_TOOL=appimagetool-x86_64.AppImage
|
APPIMAGE=kittycad-modeling-app_${VERSION_NO_V}_amd64.AppImage
|
||||||
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/$APPIMAGE_TOOL
|
|
||||||
chmod a+x $APPIMAGE_TOOL
|
|
||||||
pushd src-tauri/target/release/bundle/appimage
|
pushd src-tauri/target/release/bundle/appimage
|
||||||
./$APPIMAGE_TOOL --sign kittycad-modeling-app.AppDir kittycad-modeling-app_${VERSION_NO_V}_amd64.AppImage
|
rm $APPIMAGE
|
||||||
ls -l
|
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/$TOOL
|
||||||
|
chmod a+x $TOOL
|
||||||
|
gpg -K
|
||||||
|
./$TOOL --sign kittycad-modeling-app.AppDir $APPIMAGE
|
||||||
|
chmod a+x $APPIMAGE
|
||||||
|
./$APPIMAGE --appimage-signature
|
||||||
popd
|
popd
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
@ -204,10 +207,10 @@ jobs:
|
|||||||
path: artifact
|
path: artifact
|
||||||
glob: '*/kittycad-modeling-app*'
|
glob: '*/kittycad-modeling-app*'
|
||||||
parent: false
|
parent: false
|
||||||
destination: dl.kittycad.io/releases/modeling-app/v${{ env.VERSION_NO_V }}
|
iAPPIMAGEnation: dl.kittycad.io/releases/modeling-app/v${{ env.VERSION_NO_V }}
|
||||||
|
|
||||||
- name: Upload update endpoint to public bucket
|
- name: Upload update endpoint to public bucket
|
||||||
uses: google-github-actions/upload-cloud-storage@v1.0.3
|
uses: google-github-actions/upload-cloud-storage@v1.0.3
|
||||||
with:
|
with:
|
||||||
path: last_update.json
|
path: last_update.json
|
||||||
destination: dl.kittycad.io/releases/modeling-app
|
iAPPIMAGEnation: dl.kittycad.io/releases/modeling-app
|
||||||
|
|||||||
Reference in New Issue
Block a user