don't look for .tgz's pointlessly

This commit is contained in:
eyedeekay
2024-02-19 16:33:23 -05:00
parent 5c91612f90
commit 31135cc664

View File

@@ -103,7 +103,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
- name: build with script
run: bash -c "./buildscripts/targz.sh; ls *.tar.gz *.tgz"
run: bash -c "./buildscripts/targz.sh; ls *.tar.gz
- name: Upload I2P-${{ github.sha }}.tar.gz
uses: actions/upload-artifact@v4
with: