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 16497b3 commit 493fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nginx-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
make
sudo make install DESTDIR=/nginx-install
cd /nginx-install
sudo tar -czvf nginx-1.20.1.tar.gz /nginx-install
sudo tar --exclude='nginx-1.20.1.tar.gz' -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 493fba3

Please sign in to comment.