Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux committed Dec 17, 2024
1 parent 7eac514 commit d1e0196
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
build_packages:
needs: dependencies
runs-on: [self-hosted, heavy]
container: rippleci/rippled-build-ubuntu:update
container: rippleci/rippled-build-ubuntu:aaf5e3e
env:
build_dir: .build
package_config: linux-gcc-Debug
Expand Down Expand Up @@ -216,11 +216,12 @@ jobs:
cpack -G DEB
cpack -G RPM
- name: Artifact packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: ${{ (matrix.configuration == 'Debug') && (matrix.compiler == 'gcc') && (matrix.cmake-args == '') }}
with:
name: rippled_${{ matrix.platform }}_packages
compression-level: 0
if-no-files-found: error
include-hidden-files: true
path: |
.build/packages/*.d*eb
Expand Down

0 comments on commit d1e0196

Please sign in to comment.