Skip to content

Commit

Permalink
[FB] Workflow | Add x86 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Oct 4, 2023
1 parent 0b445d8 commit 6d58db0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,24 @@ jobs:
}
}'
- name: Run GitHub Actions for Release x86 Windows MAR "Floorp-Projects/Floorp-Update" 🚀
run: |
echo "Preparing to run GitHub Actions for Release x86 Windows MAR, waiting for 30 seconds"
sleep 60
curl -X POST \
-H "Authorization: token ${{ secrets.PAT }}" \
-H "Accept: application/vnd.github.v3+json" \
"https://api.github.com/repos/Floorp-Projects/Floorp-Updates/actions/workflows/deliver-updates-to-floorp-browser.yml/dispatches" \
-d '{
"ref": "main",
"inputs": {
"mar-url": "https://github.com/${{ github.repository }}/releases/download/v${{ needs.get-display-version.outputs.display-version }}/WINNT-x86.mar",
"os": "WINNT",
"arch": "x86",
"release-note-url": "${{ inputs.release-note-url }}"
}
}'
- name: Run GitHub Actions for Release x86_64 Debian PPA Build 🚀
run: |
curl -X POST \
Expand Down

0 comments on commit 6d58db0

Please sign in to comment.