From e055eb8aa93434b797a7edba57143bbecac3c69f Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 7 Mar 2024 21:21:01 -0500 Subject: [PATCH] don't skip unpacking --- .github/workflows/release.yml | 6 +++++- buildscripts/launcher.sh | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31bba53..f4f66b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: id: download-artifact uses: dawidd6/action-download-artifact@v3 with: - skip_unpack: true + skip_unpack: false workflow: ant.yml if_no_artifact_found: fail # remove .zip file extension @@ -68,6 +68,10 @@ jobs: - run: sha256sum * | tee -a changelog.txt - run: echo '```' | tee -a changelog.txt - run: echo "" | tee -a changelog.txt + - run: echo '```' | tee -a changelog.txt + - run: file * | tee -a changelog.txt + - run: echo '```' | tee -a changelog.txt + - run: echo "" | tee -a changelog.txt - name: Upload artifacts uses: ncipollo/release-action@v1 with: diff --git a/buildscripts/launcher.sh b/buildscripts/launcher.sh index ec68c3b..e85d60b 100755 --- a/buildscripts/launcher.sh +++ b/buildscripts/launcher.sh @@ -106,7 +106,9 @@ fi if [ ! -f "$SCRIPT_DIR/build/i2pfirefox.jar" ]; then echo "downloading i2pfirefox jars" - wget_download "https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/$I2PFIREFOX_VERSION/i2pfirefox.jar" -O "$SCRIPT_DIR/build/i2pfirefox.jar" + wget_download "https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/$I2PFIREFOX_VERSION/i2pfirefox.zip" -O "$SCRIPT_DIR/build/i2pfirefox.zip" + unzip "$SCRIPT_DIR/build/i2pfirefox.zip" -d "$SCRIPT_DIR/build/I2P/config/plugins/i2pfirefox" + unzip "$SCRIPT_DIR/build/I2P/config/plugins/i2pfirefox/plugin.zip" -d "$SCRIPT_DIR/build/I2P/config/plugins/i2pfirefox" fi for dll in "$I2P_JBIGI/"*windows*.dll; do