Compare commits

..

4 Commits

6 changed files with 6 additions and 7 deletions

View File

@@ -57,10 +57,10 @@ variables:
changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
script:
- zip -j ${PACKAGE_NAME}.ddw ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
- zip -j ${PACKAGE_NAME}.zip ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
artifacts:
paths:
- ${PACKAGE_NAME}.ddw
- ${PACKAGE_NAME}.zip
when: on_success
expire_in: "1 hour"
@@ -77,7 +77,7 @@ variables:
- |
curl --fail \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file ${PACKAGE_NAME}.ddw "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw?select=package_file"
--upload-file ${PACKAGE_NAME}.zip "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip?select=package_file"
.release-job:
stage: Release
@@ -97,6 +97,5 @@ variables:
ref: "$CI_COMMIT_SHA"
assets:
links:
- name: ${PACKAGE_NAME}.ddw
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw"
link_type: package
- name: ${PACKAGE_NAME}
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip"

View File

@@ -6,6 +6,6 @@
"#13",
"#14",
"#15",
"#8"
"#2"
]
}

BIN
public/Wallset rendu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
public/Wallset.psd Normal file

Binary file not shown.

BIN
public/Wallset_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
public/Wallset_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB