update name for Archive

This commit is contained in:
herb_cheng 2023-05-26 17:25:46 +08:00
parent 9bd3c58e56
commit 851fe65002

View File

@ -20,7 +20,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: dist-with-everything
name: dist-with-everything.tar
path: |
dist.tar
- run: echo "🍏 This job's status is ${{ job.status }}."