Skip to content

Commit

Permalink
[FB] workflow | restore windows-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed Jan 9, 2025
1 parent f21fe6f commit 805b7f1
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ jobs:
- name: Copy 📂
run: |
mkdir ~/output
mkdir ~/signed_output
if [[ $GHA_aarch64 == 'true' ]];then
arch="aarch64"
arch_inst="win64-aarch64"
Expand Down Expand Up @@ -336,27 +335,9 @@ jobs:
GHA_out_artifact_name : ${{inputs.out_artifact_name}}
GHA_default_name: floorp-windows-${{fromJson('["x86","aarch"]')[inputs.aarch64]}}_64-${{fromJson('["package","build-with-profgen"]')[inputs.profgen]}}${{fromJson('["","-zstd"]')[inputs.zstd]}}

- name: Publish Unsigned Package
id: publish-unsigned-package
uses: actions/upload-artifact@v4
with:
path: ~/output

- id: Sign
uses: signpath/github-action-submit-signing-request@v1.1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '3b13ba3b-8062-4df7-a4a6-217a5ec352c4'
project-slug: 'Floorp'
signing-policy-slug: 'test-signing'
artifact-configuration-slug: 'artifacts-signing'
github-artifact-id: '${{ steps.publish-unsigned-package.outputs.artifact-id }}'
wait-for-completion: true
output-artifact-directory: ~/signed_output

- name: Publish Package🎁
uses: actions/upload-artifact@v4
with:
name: ${{env.ARTIFACT_NAME}}
path: ~/signed_output
# Publish END
path: ~/output
# Publish END

0 comments on commit 805b7f1

Please sign in to comment.