forked from mirrors/principia
Comment out archive: false in CI workflows
nightly.link doesn't support bare artifacts yet
This commit is contained in:
parent
4eee1846ff
commit
1888998337
4 changed files with 5 additions and 5 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -41,5 +41,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
path: android/principia/build/outputs/apk/release/principia-release-unsigned.apk
|
||||
archive: false
|
||||
#archive: false
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
path: build/Principia-x86_64.AppImage
|
||||
archive: false
|
||||
#archive: false
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload debug symbols as artifact
|
||||
|
|
|
|||
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -50,5 +50,5 @@ jobs:
|
|||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
path: build/*.zip
|
||||
archive: false
|
||||
#archive: false
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -65,12 +65,12 @@ jobs:
|
|||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
path: build/principia-setup.exe
|
||||
archive: false
|
||||
#archive: false
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload output as artifact
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
path: build/principia-portable.7z
|
||||
archive: false
|
||||
#archive: false
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue