gitea build
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: ng build --configuration=production
|
run: ng build --configuration=production
|
||||||
|
|
||||||
- name: Upload artifact (frontend)
|
- name: Upload artifact (frontend)
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: frontend
|
name: frontend
|
||||||
path: |
|
path: |
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
--filter "Category!=LocalOnly"
|
--filter "Category!=LocalOnly"
|
||||||
|
|
||||||
- name: Publish Test Results
|
- name: Publish Test Results
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
@@ -117,7 +117,7 @@ jobs:
|
|||||||
rm -f client_secrets.Development.json || true
|
rm -f client_secrets.Development.json || true
|
||||||
|
|
||||||
- name: Upload artifact (webapi)
|
- name: Upload artifact (webapi)
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: webapi
|
name: webapi
|
||||||
path: build/webapi
|
path: build/webapi
|
||||||
|
|||||||
Reference in New Issue
Block a user