diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cedd9f6..85c247c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + files: ./bin/*.ipk \ No newline at end of file