Skip to content

Commit

Permalink
Debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Sep 10, 2024
1 parent 0913996 commit ae30776
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,25 +123,25 @@ jobs:
# asset_path: ./out/nfqws-keenetic_${{ steps.version.outputs.content }}_all_openwrt.ipk
# asset_name: nfqws-keenetic_${{ steps.version.outputs.content }}_all_openwrt.ipk
# asset_content_type: application/octet-stream
#
# - name: Make Packages
# run: make repository
#
# - name: Sign openwrt repository
# env:
# OPENWRT_PUBLIC_KEY: ${{ secrets.OPENWRT_PUBLIC_KEY }}
# OPENWRT_SECRET_KEY: ${{ secrets.OPENWRT_SECRET_KEY }}
# run: |
# git clone https://git.openwrt.org/project/usign.git
# cd usign/
# cmake .
# make
# cd ..
#
# echo -e "$OPENWRT_SECRET_KEY" >> ./out/secret.key
# echo -e "$OPENWRT_PUBLIC_KEY" >> ./out/_pages/openwrt/nfqws-keenetic.pub
# ./usign/usign -S -m ./out/_pages/openwrt/Packages -s ./out/secret.key -c "nfqws-keenetic OpenWRT repository"
#

- name: Build repository
run: make repository

- name: Sign openwrt repository
env:
OPENWRT_PUBLIC_KEY: ${{ secrets.OPENWRT_PUBLIC_KEY }}
OPENWRT_SECRET_KEY: ${{ secrets.OPENWRT_SECRET_KEY }}
run: |
git clone https://git.openwrt.org/project/usign.git
cd usign/
cmake .
make
cd ..
echo -e "$OPENWRT_SECRET_KEY" >> ./out/secret.key
echo -e "$OPENWRT_PUBLIC_KEY" >> ./out/_pages/openwrt/nfqws-keenetic.pub
./usign/usign -S -m ./out/_pages/openwrt/Packages -s ./out/secret.key -c "nfqws-keenetic OpenWRT repository"
# - name: Setup Pages
# uses: actions/configure-pages@v5
#
Expand Down

0 comments on commit ae30776

Please sign in to comment.