mirror of
https://github.com/ayflying/p2p.git
synced 2026-03-05 01:39:23 +00:00
Compare commits
1 Commits
v0.0.13
...
4bed53dc16
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bed53dc16 |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: gf build -ew -v "${{ github.ref_name }}"
|
run: gf build -ew -v "${{ github.ref_name }}"
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: p2p-${{ github.ref_name }}
|
name: p2p-${{ github.ref_name }}
|
||||||
path: |
|
path: |
|
||||||
@@ -50,10 +50,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: p2p-${{ github.ref_name }}
|
name: p2p-${{ github.ref_name }}
|
||||||
path: bin
|
path: bin
|
||||||
|
|||||||
Reference in New Issue
Block a user