File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ publish:
48
48
rules :
49
49
- if : $CI_COMMIT_TAG
50
50
script :
51
- - ' clickable publish "$CI_COMMIT_MESSAGE"'
52
- - ' clickable publish --arch arm64'
53
- - ' clickable publish --arch amd64'
51
+ - ' clickable publish "$CI_COMMIT_MESSAGE" --api-key OPENSTORE_API_KEY '
52
+ - ' clickable publish --arch arm64 --api-key OPENSTORE_API_KEY '
53
+ - ' clickable publish --arch amd64 --api-key OPENSTORE_API_KEY '
54
54
dependencies :
55
55
- build-armhf
56
56
- build-arm64
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.0.0)
2
- project (raven.downloader VERSION 2.0.2 LANGUAGES CXX)
2
+ project (raven.downloader VERSION 2.1.0 LANGUAGES CXX)
3
3
4
4
add_subdirectory (src)
5
5
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : raven.downloader.shohag\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2023-04-02 21:44+0600 \n "
11
+ "POT-Creation-Date : 2023-04-02 20:29+0000 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
You can’t perform that action at this time.
0 commit comments