mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
fix capitalization in c2e c2p files
This commit is contained in:
@@ -13,6 +13,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
entry: [ kcc-c2e, kcc-c2p ]
|
entry: [ kcc-c2e, kcc-c2p ]
|
||||||
|
include:
|
||||||
|
- entry: kcc-c2e
|
||||||
|
capital: KCC-c2e
|
||||||
|
- entry: kcc-c2p
|
||||||
|
capital: KCC-c2p
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -25,7 +30,7 @@ jobs:
|
|||||||
- name: rename binaries
|
- name: rename binaries
|
||||||
run: |
|
run: |
|
||||||
version_built=$(cat kindlecomicconverter/__init__.py | grep version | awk '{print $3}' | sed "s/[^.0-9b]//g")
|
version_built=$(cat kindlecomicconverter/__init__.py | grep version | awk '{print $3}' | sed "s/[^.0-9b]//g")
|
||||||
mv dist/windows/${{ matrix.entry }}.exe dist/windows/${{ matrix.entry }}_${version_built}.exe
|
mv dist/windows/${{ matrix.entry }}.exe dist/windows/${{ matrix.capital }}_${version_built}.exe
|
||||||
|
|
||||||
- name: upload-unsigned-artifact
|
- name: upload-unsigned-artifact
|
||||||
id: upload-unsigned-artifact
|
id: upload-unsigned-artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user