git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9e7b9a4
)
artifacts: use git commit sha in name
author
Peter van Dijk
<redacted>
Fri, 5 Nov 2021 12:06:15 +0000
(13:06 +0100)
committer
Paul Spooren
<redacted>
Fri, 5 Nov 2021 17:16:50 +0000
(07:16 -1000)
Signed-off-by: Peter van Dijk <redacted>
.github/workflows/multi-arch-test-build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/multi-arch-test-build.yml
b/.github/workflows/multi-arch-test-build.yml
index 2afed127ac9f204b7d00f73219be4a24f9e3430d..c17063b1db12e9cbdee5373faac1873b1b00b51f 100644
(file)
--- a/
.github/workflows/multi-arch-test-build.yml
+++ b/
.github/workflows/multi-arch-test-build.yml
@@
-98,13
+98,13
@@
jobs:
- name: Store packages
uses: actions/upload-artifact@v2
with:
- name: ${{ matrix.arch}}-packages
+ name: ${{ matrix.arch}}-
${{ github.sha}}-
packages
path: "*.ipk"
- name: Store logs
uses: actions/upload-artifact@v2
with:
- name: ${{ matrix.arch}}-logs
+ name: ${{ matrix.arch}}-
${{ github.sha}}-
logs
path: logs/
- name: Remove logs
git clone https://git.99rst.org/PROJECT