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 61d278f commit 1e42262
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 @@ -29,9 +29,9 @@ jobs:
make
sudo make install DESTDIR=/nginx-install
cd /nginx-install
mkdir nginx-1.20.1
cp -r * nginx-1.20.1/
tar -czvf nginx-1.20.1.tar.gz nginx-1.20.1
sudo mkdir nginx-1.20.1
sudo cp -r * nginx-1.20.1/
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 1e42262

Please sign in to comment.