mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
push.yml: set retention-days == 1 and testing dot file name hoping it will hide artifacts
This commit is contained in:
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
@@ -55,8 +55,9 @@ jobs:
|
|||||||
- name: Archive ${{ matrix.model }} index file
|
- name: Archive ${{ matrix.model }} index file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: metadata-${{ matrix.model }}
|
name: .metadata-${{ matrix.model }}
|
||||||
path: source/Hexfile/${{ matrix.model }}.json
|
path: source/Hexfile/${{ matrix.model }}.json
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
|
|
||||||
build_multi-lang:
|
build_multi-lang:
|
||||||
@@ -108,8 +109,9 @@ jobs:
|
|||||||
- name: Archive ${{ matrix.model }} index file
|
- name: Archive ${{ matrix.model }} index file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: metadata-${{ matrix.model }}_multi-lang
|
name: .metadata-${{ matrix.model }}_multi-lang
|
||||||
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
|
path: source/Hexfile/${{ matrix.model }}_multi-lang.json
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
|
|
||||||
upload_metadata:
|
upload_metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user