Compare commits
3 Commits
0324a203f1
...
c648958468
Author | SHA1 | Date | |
---|---|---|---|
c648958468 | |||
848c176596 | |||
8490dbe32a |
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -100,6 +100,12 @@ jobs:
|
||||
echo "name=dev-${SAFE_NAME}-${SHORT_HASH}" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: Clean temporary artifacts
|
||||
# msvc sometimes produces .ilk files, which are used for linking only
|
||||
shell: powershell
|
||||
run: |
|
||||
Remove-Item "${{github.workspace}}/build/bin/*.ilk"
|
||||
|
||||
- name: Compress artifacts
|
||||
shell: powershell
|
||||
run: |
|
||||
|
2
external/solanaceae_ngc_ft1
vendored
2
external/solanaceae_ngc_ft1
vendored
Submodule external/solanaceae_ngc_ft1 updated: 10756e13ce...489556e322
Reference in New Issue
Block a user