mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update build.yml
This commit is contained in:
parent
024fbea0e5
commit
2c627f088b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: PHP Build and Archive
|
name: TorrentPier nightly builder
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -32,5 +32,5 @@ jobs:
|
||||||
- name: Upload Archive
|
- name: Upload Archive
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-archive
|
name: TorrentPier
|
||||||
path: ${{ steps.create_zip.outputs.zip_name }}
|
path: ${{ steps.create_zip.outputs.zip_name }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue