mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-18 01:18:24 +00:00
chore: Update alpha.yml workflow to fix path for update manifests
This commit is contained in:
6
.github/workflows/alpha.yml
vendored
6
.github/workflows/alpha.yml
vendored
@@ -593,9 +593,9 @@ jobs:
|
||||
- name: Copy update manifests
|
||||
run: |
|
||||
cd updates-server
|
||||
mkdir -p updates/browser/
|
||||
cp -a ../linux_update_manifest/. updates/browser/
|
||||
cp -a ../windows_update_manifest/. updates/browser/
|
||||
mkdir -p updates
|
||||
cp -a ../linux_update_manifest/. updates/
|
||||
cp -a ../windows_update_manifest/. updates/
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"brandShortName": "Zen Browser",
|
||||
"brandFullName": "Zen Browser",
|
||||
"release": {
|
||||
"displayVersion": "0.0.0-a.3",
|
||||
"displayVersion": "0.0.0-a.2",
|
||||
"github": {
|
||||
"repo": "zen-browser/desktop"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user