Skip to content

Commit

Permalink
Fix package version name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Taapat committed Dec 11, 2023
1 parent 64d8942 commit ec58be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
mkdir -p deploy/data/usr/lib/enigma2/python/Plugins
cp -r build/lib/* deploy/data/usr/lib/enigma2/python/Plugins
sed -i 's/Version:/Version: ${{ env.env.PKGV }}/' deploy/control/control
sed -i 's/Version:/Version: ${{ env.PKGV }}/' deploy/control/control
mkdir ipk
- name: Compile python sources
run: |
Expand All @@ -102,7 +102,7 @@ jobs:
working-directory: './deploy'
run: |
echo 2.0 > debian-binary
ar rv ../ipk/enigma2-plugin-extensions-alternativesoftcammanager_${{ env.env.PKGV }}_all.ipk debian-binary data.tar.gz control.tar.gz
ar rv ../ipk/enigma2-plugin-extensions-alternativesoftcammanager_${{ env.PKGV }}_all.ipk debian-binary data.tar.gz control.tar.gz
- name: Create release
uses: Taapat/[email protected]
with:
Expand All @@ -111,7 +111,7 @@ jobs:
name: ${{ env.COMMIT_SUBJECT }}
gzip: false
files: >
ipk/enigma2-plugin-extensions-alternativesoftcammanager_${{ env.env.PKGV }}_all.ipk
ipk/enigma2-plugin-extensions-alternativesoftcammanager_${{ env.PKGV }}_all.ipk
- name: Upload ipk via ftp
uses: sebastianpopp/ftp-action@releases/v2
with:
Expand Down

0 comments on commit ec58be2

Please sign in to comment.