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 0558e6a commit 61d278f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-nginx-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
make
sudo make install DESTDIR=/nginx-install
cd /nginx-install
sudo tar -czvf nginx-1.20.1.tar.gz ./
mkdir nginx-1.20.1
cp -r * nginx-1.20.1/
tar -czvf nginx-1.20.1.tar.gz nginx-1.20.1
- name: Upload NGINX tar.gz package
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 61d278f

Please sign in to comment.