Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 28, 2024
1 parent d2b6964 commit 63d5178
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/.ci-build.yml
Expand Up @@ -120,11 +120,13 @@ jobs:
run: |
make MELANGE="melange" ${{ inputs.melange_keyname }}
if [ '${{ inputs.enterprise }}' == 'true' ]; then
# Touch it with the epoch date to convince `make` that we don't need to
# rebuild the targets that depend on this (all)
touch -d @0 ${{ inputs.melange_keyname }}
fi
- name: 'Generate local signing key'
shell: bash
if: ${{ inputs.enterprise == 'true' }}
run: |
# Touch it with the epoch date to convince `make` that we don't need to
# rebuild the targets that depend on this (all)
touch -d @0 ${{ inputs.melange_keyname }}
- name: 'Prepare package repository'
if: ${{ inputs.enterprise == 'true' }}
Expand Down Expand Up @@ -254,7 +256,7 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
path: |
./packages/${{ inputs.arch }}
${{ steps.list_built_packages.outputs.files_to_upload }}
./packages.log
name: packages-${{ inputs.arch }}
retention-days: 1
Expand Down

0 comments on commit 63d5178

Please sign in to comment.