Skip to content

Commit

Permalink
Add artifact upload step to build workflow on PR (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunes-rmh authored Aug 19, 2024
1 parent a0bdd5e commit 0d01176
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ jobs:
- name: Test if package can be built
run: |
pbiviz package
- name: Attach built visual
if: success()
uses: actions/upload-artifact@v4
with:
name: powerbi-visual-${{ github.sha }}
path: dist/*.pbiviz

0 comments on commit 0d01176

Please sign in to comment.