mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 12:32:14 +10:00
fix: various ci fixes
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
|
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
|
||||||
args: ''
|
args: ''
|
||||||
- platform: 'ubuntu-22.04-arm'
|
- platform: 'ubuntu-22.04-arm'
|
||||||
args: '--target aarch64-unknown-linux-gnu'
|
args: ''
|
||||||
- platform: 'windows-latest'
|
- platform: 'windows-latest'
|
||||||
args: ''
|
args: ''
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
- name: install frontend dependencies
|
- name: install frontend dependencies
|
||||||
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
|
run: yarn install # change this to npm, pnpm or bun depending on which one you use.
|
||||||
|
|
||||||
- name: build
|
- id: build
|
||||||
uses: tauri-apps/tauri-action@v0
|
uses: tauri-apps/tauri-action@v0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -106,6 +106,6 @@ jobs:
|
|||||||
- name: Bundle AppImage
|
- name: Bundle AppImage
|
||||||
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
|
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
|
||||||
run: |
|
run: |
|
||||||
export TAG v${{ steps.build.appVersion }}
|
export TAG "v${{ steps.build.outputs.appVersion }}"
|
||||||
echo "Bundling $TAG"
|
echo "Bundling $TAG"
|
||||||
./build_appimage.sh --nobuild
|
./build_appimage.sh --nobuild
|
||||||
|
|||||||
@ -41,6 +41,4 @@ cd $appimage_dir
|
|||||||
chmod u+x appimagetool
|
chmod u+x appimagetool
|
||||||
./appimagetool $appdir
|
./appimagetool $appdir
|
||||||
|
|
||||||
ls "$appimage_dir/*.AppImage"
|
ls "$appimage_dir/"
|
||||||
|
|
||||||
echo "v__VERSION__"
|
|
||||||
Reference in New Issue
Block a user