Skip to content

Commit

Permalink
pt3 of trying fix CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Jan 6, 2025
1 parent ab57129 commit 831b64e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,25 @@ jobs:
- name: Build
run: |
dotnet publish CollapseLauncher -c ${{matrix.Configuration}} -p:PublishProfile=Publish-DebugCIReleaseAOT -p:PublishDir=".\debug-aot-build\"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: aot-experimental_collapse_${{ matrix.platform }}-${{ matrix.configuration }}_${{ matrix.framework }}_${{ github.sha }}
path: ./CollapseLauncher/debug-aot-build/ !./CollapseLauncher/debug-aot-build/**/*.pdb
compression-level: 9

- name: Upload debug symbols
uses: actions/upload-artifact@v4
with:
name: aot-experimental-symbols_collapse_${{ matrix.platform }}-${{ matrix.configuration }}_${{ matrix.framework }}_${{ github.sha }}
path: ./CollapseLauncher/debug-aot-build/**/*.pdb
compression-level: 9

- name: Remove debug symbols
run: |
Remove-Item -Path "./CollapseLauncher/debug-aot-build/*.pdb" -Recurse -Force
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: aot-experimental_collapse_${{ matrix.platform }}-${{ matrix.configuration }}_${{ matrix.framework }}_${{ github.sha }}
path: ./CollapseLauncher/debug-aot-build/
compression-level: 9


notify-discord:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ for:

deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/6988fc60-19f4-4710-8eb7-e837c60c83b4/Integrations/AppVeyor?ProjectSlug=Collapse&SigningPolicySlug=test-signing&ArtifactConfigurationSlug=preview-aot
url: https://app.signpath.io/API/v1/6988fc60-19f4-4710-8eb7-e837c60c83b4/Integrations/AppVeyor?ProjectSlug=Collapse&SigningPolicySlug=test-signing&ArtifactConfigurationSlug=aot-release
authorization:
secure: B8zpDU6wkKuCBRz65VfTFxUCxY7HniWmRbJP/E3tE40kGmHKdaFnMCDSURQFWwR1pCcXHqbkJd3YX76tnTXQow==
on:
Expand Down

0 comments on commit 831b64e

Please sign in to comment.