change versions
This commit is contained in:
parent
e584f4a002
commit
a386528707
@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user