File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
GH_TOKEN : ${{ secrets.PUBLISHING_TOKEN }}
28
28
# This step was done by the AppImage build step
29
29
# - run: npm run electron:build -- --linux dir
30
- - run : tar -czf com .github.Omniaevo.mqtt5-explorer .tar.gz dist_electron/linux-unpacked linux-resources
31
- - run : sha256sum com .github.Omniaevo.mqtt5-explorer .tar.gz
30
+ - run : tar -czf io .github.Omniaevo.mqtt5_explorer .tar.gz dist_electron/linux-unpacked linux-resources
31
+ - run : sha256sum io .github.Omniaevo.mqtt5_explorer .tar.gz
32
32
- name : Get release
33
33
id : get_release
34
34
uses :
bruceadams/[email protected]
40
40
GITHUB_TOKEN : ${{ secrets.PUBLISHING_TOKEN }}
41
41
with :
42
42
upload_url : ${{ steps.get_release.outputs.upload_url }}
43
- asset_path : ./com .github.Omniaevo.mqtt5-explorer .tar.gz
44
- asset_name : com .github.Omniaevo.mqtt5-explorer .tar.gz
43
+ asset_path : ./io .github.Omniaevo.mqtt5_explorer .tar.gz
44
+ asset_name : io .github.Omniaevo.mqtt5_explorer .tar.gz
45
45
asset_content_type : application/x-gzip
46
46
47
47
build-macos :
Original file line number Diff line number Diff line change 2
2
Type =Application
3
3
Name =MQTT5 Explorer
4
4
Comment =A simple MQTT client that supports MQTT5 protocol
5
- Icon =com .github.Omniaevo.mqtt5-explorer
5
+ Icon =io .github.Omniaevo.mqtt5_explorer
6
6
Exec =mqtt5-explorer.sh
7
7
Categories =Development;Network
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
3
3
echo ' >> Cleaning...'
4
4
set +e
5
- rm -rf com .github.Omniaevo.mqtt5-explorer .tar.gz
5
+ rm -rf io .github.Omniaevo.mqtt5_explorer .tar.gz
6
6
set -e
7
7
8
8
echo ' >> Installing dependencies...'
@@ -15,7 +15,7 @@ echo '>> Building app...'
15
15
npm run electron:build -- --linux dir
16
16
17
17
echo ' >> Compressing...'
18
- tar -czf com .github.Omniaevo.mqtt5-explorer .tar.gz dist_electron/linux-unpacked linux-resources
18
+ tar -czf io .github.Omniaevo.mqtt5_explorer .tar.gz dist_electron/linux-unpacked linux-resources
19
19
20
20
echo ' >> Computing checksum...'
21
- sha256sum com .github.Omniaevo.mqtt5-explorer .tar.gz
21
+ sha256sum io .github.Omniaevo.mqtt5_explorer .tar.gz
You can’t perform that action at this time.
0 commit comments