mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-19 02:42:58 +05:30
(ci/cd): initial pipeline test2
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
args: '--target aarch64-apple-darwin --config ./src-tauri/tauri.macos-aarch64.conf.json'
|
||||
arch: 'aarch64-apple-darwin'
|
||||
- platform: 'macos-latest'
|
||||
args: '--target x86_64-apple-darwin'
|
||||
args: '--target x86_64-apple-darwin --config ./src-tauri/tauri.macos-x86_64.conf.json'
|
||||
arch: 'x86_64-apple-darwin'
|
||||
- platform: 'ubuntu-22.04'
|
||||
args: ''
|
||||
|
||||
@@ -59,9 +59,9 @@ Want to be part of this? Feel free to contribute...!! Pull Requests are always w
|
||||
npm run tauri dev # for development
|
||||
npm run tauri build # for production build
|
||||
|
||||
# use these commands instead if you are using apple silicon macs
|
||||
npm run tauri dev --config "./src-tauri/tauri.macos-aarch64.conf.json"
|
||||
npm run tauri build --config "./src-tauri/tauri.macos-aarch64.conf.json"
|
||||
# must use --config flag with the commands if you are on macOS
|
||||
--config "./src-tauri/tauri.macos-aarch64.conf.json" # for apple silicon macs
|
||||
--config "./src-tauri/tauri.macos-x86_64.conf.json" # for intel x86 macs
|
||||
```
|
||||
5. Do the changes, Send a Pull Request with proper Description (NOTE: Pull Requests Without Proper Description will be Rejected)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user