Skip to content

Commit

Permalink
Update build-nginx-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xumenghe1989 authored Nov 3, 2024
1 parent 8433397 commit 940c770
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-nginx-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
./configure --prefix=/usr
make
sudo make install DESTDIR=/nginx-install
cd /nginx-install
sudo tar -czvf nginx-1.20.1.tar.gz nginx-1.20.1
sudo tar -czvf nginx-1.20.1.tar.gz nginx-install
- name: Upload NGINX tar.gz package
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 940c770

Please sign in to comment.