chore: Update alpha.yml workflow to fix path for update manifests

This commit is contained in:
Mauro Balades
2024-07-11 23:01:29 +02:00
parent 0579b88dc7
commit 7f6dbadc9c
2 changed files with 4 additions and 4 deletions

View File

@@ -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: