mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 03:26:51 +03:00
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
|
||||
run: docker rm test
|
||||
|
||||
- name: Upload copied file as artifact
|
||||
uses: actions/upload-artifact@v4.4.3
|
||||
# - name: Upload copied file as artifact
|
||||
# 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:
|
||||
name: packages
|
||||
path: ./bin/*.ipk
|
||||
files: ./bin/*.ipk
|
||||
Reference in New Issue
Block a user