change versions
Some checks failed
Build and Deploy API Server / deploy (push) Blocked by required conditions
Build and Deploy API Server / build (push) Has been cancelled

This commit is contained in:
Farid Siddiqi 2025-12-23 18:48:01 -08:00
parent e584f4a002
commit a386528707

View File

@ -72,7 +72,7 @@ jobs:
tar -czf api-server-${{ steps.commit.outputs.sha }}.tar.gz -C artifact-package . tar -czf api-server-${{ steps.commit.outputs.sha }}.tar.gz -C artifact-package .
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: api-server-${{ steps.commit.outputs.sha }} name: api-server-${{ steps.commit.outputs.sha }}
path: api-server-${{ steps.commit.outputs.sha }}.tar.gz path: api-server-${{ steps.commit.outputs.sha }}.tar.gz
@ -95,7 +95,7 @@ jobs:
run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT run: echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: api-server-${{ steps.commit.outputs.sha }} name: api-server-${{ steps.commit.outputs.sha }}