Skip to content

Commit

Permalink
build: fix develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Oct 12, 2024
1 parent f71dc05 commit 5550208
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
with:
name: ${{ inputs.archive-name }}-${{ inputs.debug_or_release }}
path: |
target/${{ inputs.target }}/${{ inputs.debug_or_release }}/findex-server
target/${{ inputs.target }}/${{ inputs.debug_or_release }}/cosmian_findex_server
retention-days: 1
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/build_rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
with:
name: ${{ inputs.archive-name }}-${{ inputs.debug_or_release }}
path: |
target/${{ inputs.target }}/${{ inputs.debug_or_release }}/findex-server
target/${{ inputs.target }}/${{ inputs.debug_or_release }}/cosmian_findex_server
retention-days: 1
if-no-files-found: error
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/target
/data
Cargo.lock
.cargo_check/
.vscode
.env

0 comments on commit 5550208

Please sign in to comment.