Updating publish pipeline
Some checks failed
Build / Build (push) Successful in 11s
Publish Docker Image / Build UI Artifact (release) Successful in 22s
Publish Docker Image / Publish Docker Image (release) Failing after 7s

This commit is contained in:
Tara Wilson 2025-03-22 17:13:18 -04:00
parent f7587483e6
commit 5f1c4708e4

View File

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