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 b228db8 commit 0979da3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-nginx-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
./configure --prefix=/usr
make
sudo make install DESTDIR=/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/
cd /home/runner/work/nginx-build-windows/nginx-build-windows/
sudo tar -czvf nginx-1.20.1.tar.gz ./nginx-1.20.1
- name: Upload NGINX tar.gz package
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0979da3

Please sign in to comment.