Updating publish pipeline
This commit is contained in:
parent
f7587483e6
commit
5f1c4708e4
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
cd source
|
cd source
|
||||||
yarn run build
|
yarn run build
|
||||||
- name: Saving build artifact
|
- name: Saving build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: troop20web
|
name: troop20web
|
||||||
path: source/dist/troop20web
|
path: source/dist/troop20web
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
name: Publish Docker Image
|
name: Publish Docker Image
|
||||||
steps:
|
steps:
|
||||||
- name: Getting Artifact
|
- name: Getting Artifact
|
||||||
- uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: troop20web
|
name: troop20web
|
||||||
path: source/dist/troop20web/
|
path: source/dist/troop20web/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user