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 e36e07b commit b228db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-nginx-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
./configure --prefix=/usr
make
sudo make install DESTDIR=/nginx-install
ls -ll /nginx-install/
find / -name 'nginx-1.20.1'
find / -name 'nginx-install'
sudo ls -ll /nginx-install/
sudo find / -name 'nginx-1.20.1'
sudo find / -name 'nginx-install'
sudo tar -czvf nginx-1.20.1.tar.gz /nginx-install/
- name: Upload NGINX tar.gz package
Expand Down

0 comments on commit b228db8

Please sign in to comment.