diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 7e2af8f..6172413 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -35,10 +35,10 @@ jobs: - name: Create ZIP Archive run: | - zip -r "${ARTIFACT_NAME}" module/* + cd module && zip -r "../${ARTIFACT_NAME}.zip" ./* - name: Upload Artifact uses: actions/upload-artifact@v4 with: name: ${{ env.ARTIFACT_NAME }} - path: ${{ env.ARTIFACT_NAME }} + path: ${{ env.ARTIFACT_NAME }}.zip diff --git a/module/service.sh b/module/service.sh index fa18aca..10a887f 100644 --- a/module/service.sh +++ b/module/service.sh @@ -78,4 +78,4 @@ else fi done . "$SCRIPT_DIR/UpdateTargetList.sh" -fi \ No newline at end of file +fi