Skip to content

Commit

Permalink
zip the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukankaratas committed Jan 9, 2025
1 parent 7834e85 commit de2bb56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_powerbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,14 @@ jobs:
with:
name: powerbi-visual
path: artifacts/
- name: Zip artifacts
run: |
Compress-Archive -Path artifacts/* -DestinationPath powerbi.zip -Force
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: output-${{needs.build-connector.outputs.semver}}
path: artifacts/*
path: powerbi.zip
- name: 🔫 Trigger Build Installers
uses: ALEEF02/[email protected]
with:
Expand Down

0 comments on commit de2bb56

Please sign in to comment.