Skip to content

Commit 7276669

Browse files
committed
simplified artifact path
1 parent 5cba887 commit 7276669

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
- name: Upload assets to artifacts
7070
uses: actions/upload-artifact@v4
7171
with:
72-
name: artifacts
7372
path: ${{ matrix.asset_name }}.gz
7473

7574
- name: Generate asset hash
@@ -78,5 +77,4 @@ jobs:
7877
- name: Upload asset hash to artifacts
7978
uses: actions/upload-artifact@v4
8079
with:
81-
name: artifacts
8280
path: ${{ matrix.asset_name }}.gz.sha256

0 commit comments

Comments
 (0)