Update
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -28,8 +28,14 @@ jobs:
|
|||||||
- name: Remove Docker container
|
- name: Remove Docker container
|
||||||
run: docker rm test
|
run: docker rm test
|
||||||
|
|
||||||
- name: Upload copied file as artifact
|
# - name: Upload copied file as artifact
|
||||||
uses: actions/upload-artifact@v4.4.3
|
# uses: actions/upload-artifact@v4.4.3
|
||||||
|
# with:
|
||||||
|
# name: packages
|
||||||
|
# path: ./bin/*.ipk
|
||||||
|
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
#if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: packages
|
files: ./bin/*.ipk
|
||||||
path: ./bin/*.ipk
|
|
||||||
Reference in New Issue
Block a user