Skip to content

Commit

Permalink
Update workflow to include hidden file in archived artifacts (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido authored Sep 4, 2024
1 parent aebba81 commit a6d9ac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-specs-and-client-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifacts-${{ github.workflow }}-${{ github.run_id }}-${{ github.run_number }}
include-hidden-files: true
path: |
shell/sync-lib.sh
generated/artifacts
Expand Down Expand Up @@ -169,6 +170,7 @@ jobs:
image: ${{ matrix.image }}
needs: generate_specs_and_libraries
strategy:
max-parallel: 1
matrix:
include:
- generator: java/okhttp-gson
Expand Down Expand Up @@ -199,6 +201,7 @@ jobs:
environment: generation
steps:
- name: Install pre-requisites
if: ${{ matrix.update }}
run: |
if [ "$(command -v rsync)" = "" ];
then
Expand Down

0 comments on commit a6d9ac1

Please sign in to comment.