Skip to content

Commit

Permalink
Post comment
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 7, 2024
1 parent 3b2e984 commit 37de274
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_artifact_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_run:
workflows:
- 🪟 MingW64 Windows 64bit Build
- 🪟 Windows Qt6
types:
- completed

Expand Down
19 changes: 12 additions & 7 deletions .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,21 @@ jobs:
path: |
C:/src/**/*.log
- name: Save PR number to zips
run: |
echo ${{ github.event.number }} | tee pr_number
powershell Compress-Archive -update pr_number *-win64.zip
echo ${{ github.event.pull_request.head.sha }} | tee git_commit
powershell Compress-Archive -update git_commit *-win64.zip
- name: 📤 Upload bundle
uses: actions/upload-artifact@v4
id: artifact-win64-qt6
with:
name: qgis-windows-qt6
path: |
build/*-win64.zip
- name: Schedule download comment
uses: ./.github/actions/post_sticky_comment
with:
marker: mingw64-qt6
body: |
### 🪟 Windows Qt6 builds
Download [Windows Qt6builds of this PR for testing](${{ steps.artifact-win64-qt6.outputs.artifact-url }}).
*(Built from commit ${{ github.event.pull_request.head.sha }})*
pr: ${{ github.event.number }}

0 comments on commit 37de274

Please sign in to comment.