Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Mar 25, 2024
1 parent 883065b commit 025754c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,15 @@ jobs:
echo "Generated Files:"
ls ../generated/pango
- name: Workaround actions/upload-artifact#176
run: |
echo "artifacts_path=$(realpath ../generated/pango)" >> $GITHUB_ENV
- name: Upload generated files for PANGO SDK
uses: actions/upload-artifact@v4
with:
name: generated-pango
path: |
../generated/pango
${{ env.artifacts_path }}
retention-days: 1
if-no-files-found: error

0 comments on commit 025754c

Please sign in to comment.