diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 373ffda..f38eaf0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,10 +57,10 @@ variables: changes: - ${ENTRY_FOLDER}/${PACKAGE_NAME}/* script: - - zip -j ${PACKAGE_NAME}.zip ${ENTRY_FOLDER}/${PACKAGE_NAME}/* + - zip -j ${PACKAGE_NAME}.ddw ${ENTRY_FOLDER}/${PACKAGE_NAME}/* artifacts: paths: - - ${PACKAGE_NAME}.zip + - ${PACKAGE_NAME}.ddw when: on_success expire_in: "1 hour" @@ -77,7 +77,7 @@ variables: - | curl --fail \ --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ - --upload-file ${PACKAGE_NAME}.zip "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip?select=package_file" + --upload-file ${PACKAGE_NAME}.ddw "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw?select=package_file" .release-job: stage: Release @@ -97,5 +97,6 @@ variables: ref: "$CI_COMMIT_SHA" assets: links: - - name: ${PACKAGE_NAME} - url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip" + - name: ${PACKAGE_NAME}.ddw + url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw" + link_type: package diff --git a/.vscode/settings.json b/.vscode/settings.json index 662f43c..3399aa9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,7 @@ "#9", "#13", "#14", - "#15" + "#15", + "#8" ] } \ No newline at end of file