mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
ci: 🏗️ fix
This commit is contained in:
parent
263f9113e0
commit
1b66e740e5
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -115,6 +115,9 @@ jobs:
|
||||||
ls
|
ls
|
||||||
cd ${{ matrix.os }}
|
cd ${{ matrix.os }}
|
||||||
sudo mkdir -p /ClientApp
|
sudo mkdir -p /ClientApp
|
||||||
|
cd ClientApp
|
||||||
|
sudo mkdir -p /dist
|
||||||
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
ls
|
ls
|
||||||
sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/dist/
|
sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/dist/
|
||||||
|
@ -146,7 +149,7 @@ jobs:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
git-message: 'chore(release): {version}'
|
git-message: 'chore(release): {version}'
|
||||||
version-file: 'version.json'
|
version-file: 'version.json'
|
||||||
output-file: 'CHANGELOG2.md'
|
output-file: 'CHANGELOG.md'
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue