fix workflow 2

This commit is contained in:
KOWX712
2024-11-30 20:42:16 +08:00
parent 457c771cfa
commit 18968a4fcb
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -35,10 +35,10 @@ jobs:
- name: Create ZIP Archive
run: |
zip -r "${ARTIFACT_NAME}.zip" module
zip -r "${ARTIFACT_NAME}" module/*
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.ARTIFACT_NAME }}.zip
path: ${{ env.ARTIFACT_NAME }}