Skip to content

Commit

Permalink
test: Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin authored Nov 12, 2024
1 parent b49893e commit 79f1df4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
FIREWALL4_VERSION=$(grep -o 'FIREWALL4_VERSION=.*' "$CLONE_PATH/chenmozhijin/turboacc/version" | cut -d '=' -f 2)
LIBNFTNL_VERSION=$(grep -o 'LIBNFTNL_VERSION=.*' "$CLONE_PATH/chenmozhijin/turboacc/version" | cut -d '=' -f 2)
NFTABLES_VERSION=$(grep -o 'NFTABLES_VERSION=.*' "$CLONE_PATH/chenmozhijin/turboacc/version" | cut -d '=' -f 2)
cp -RT $CLONE_PATH/chenmozhijin/turboacc/firewall4-$FIREWALL4_VERSION/patches/ $COMPARE_PATH/new/firewall4/patches/
cp -RT $CLONE_PATH/chenmozhijin/turboacc/nftables-$LIBNFTNL_VERSION/patches/ $COMPARE_PATH/new/nftables/patches/
cp -RT $CLONE_PATH/chenmozhijin/turboacc/libnftnl-$NFTABLES_VERSION/patches/ $COMPARE_PATH/new/libnftnl/patches/
cp -RT $CLONE_PATH/chenmozhijin/turboacc/firewall4-$FIREWALL4_VERSION/firewall4/patches/ $COMPARE_PATH/new/firewall4/patches/
cp -RT $CLONE_PATH/chenmozhijin/turboacc/nftables-$LIBNFTNL_VERSION/libnftn/patches/ $COMPARE_PATH/new/nftables/patches/
cp -RT $CLONE_PATH/chenmozhijin/turboacc/libnftnl-$NFTABLES_VERSION/nftables/patches/ $COMPARE_PATH/new/libnftnl/patches/
FIREWALL4_NEW_VERSION=$(grep -o 'PKG_SOURCE_VERSION:=.*' $COMPARE_PATH/new/firewall4/Makefile | cut -d '=' -f 2)
NFTABLES_NEW_VERSION=$(grep -o 'PKG_VERSION:=.*' $COMPARE_PATH/new/nftables/Makefile | cut -d '=' -f 2)
LIBNFTNL_NEW_VERSION=$(grep -o 'PKG_VERSION:=.*' $COMPARE_PATH/new/libnftnl/Makefile | cut -d '=' -f 2)
Expand Down

0 comments on commit 79f1df4

Please sign in to comment.