Skip to content

Commit

Permalink
ci: fix packaging builds
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Dec 17, 2024
1 parent 666ab3d commit eda97fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ jobs:
sed -i "s/%VERSION%/${{ steps.previoustag.outputs.version }}/g" run-build.sh
cat run-build.sh
sudo ./run-build.sh
if [[ ${{ matrix.name }} == "el8" || ${{ matrix.name }} == "suse15" ]] && [[ ${{ steps.previoustag.outputs.tag }} == "nightly" ]]; then
cp -r /home/runner/work/jans/jans/jans/rpmbuild/RPMS/x86_64/jans-0.0.0-nightly.${{ matrix.name }}.x86_64.rpm ${{github.workspace}}/${{ matrix.asset_path }}/jans${{ matrix.asset_prefix }}${{ steps.previoustag.outputs.version }}${{ matrix.asset_suffix }}
fi
- name: Sign package
id: sign_package
run : |
Expand Down

0 comments on commit eda97fd

Please sign in to comment.