Skip to content

Commit

Permalink
Update ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Oct 11, 2023
1 parent 251e272 commit b198e9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/distros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
echo RELEASE_NAME="naxsi-${RELEASE_ID}-src-with-deps-tgz" >> $GITHUB_ENV
export TARNAME="naxsi-${RELEASE_ID}-src-with-deps.tar.gz"
touch "$TARNAME"
rm -rf .git
tar --exclude="$TARNAME" -czvf "$TARNAME" .
- name: Upload tarball
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
fi
RELEASE_ID=${RELEASE_ID##refs/tags/}
echo RELEASE_NAME="naxsi-${RELEASE_ID}-src-with-deps-zip" >> $GITHUB_ENV
rm -rf .git
- name: Upload zip
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -137,7 +139,7 @@ jobs:
run: |
rm -rf naxsi_src/libinjection
git clone https://github.com/libinjection/libinjection.git naxsi_src/libinjection
git -C naxsi_src/libinjection checkout 51f3a96e9fcc90a6112f52ac96fd4661e7ab0a44
git -C naxsi_src/libinjection checkout 4aa3894b21d03d9d8fc364505c0617d2aca73fc1
chmod 777 .
- name: ${{ matrix.name }} package
if: matrix.package == 'apk'
Expand Down

0 comments on commit b198e9b

Please sign in to comment.