mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-31 11:17:27 +00:00
feat: switch to nightly deployments with artifacts
This commit is contained in:
parent
ed0303806d
commit
0071eae209
1 changed files with 10 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
name: 'Publish Raycast Linux'
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
schedule:
|
||||
- cron: '15 23 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
@ -65,5 +64,12 @@ jobs:
|
|||
releaseBody: 'See the assets to download this version and install.'
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
args: '--verbose --bundles appimage'
|
||||
args: '--verbose --debug --bundles appimage'
|
||||
projectPath: './'
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: raycast-linux
|
||||
path: src-tauri/target/debug/bundle/appimage/*.AppImage
|
||||
retention-days: 7
|
||||
compression-level: 0
|
Loading…
Add table
Add a link
Reference in a new issue