From 81747d1e584af6c70696e29aaed1c01be17e23cd Mon Sep 17 00:00:00 2001 From: Vasiliy Date: Sun, 5 May 2024 17:00:39 +0500 Subject: [PATCH] build: specify the artifact download path Starting to get tired, but some progress is being made here --- .github/config/.release-please-manifest.json | 2 +- .github/workflows/main.yml | 3 ++- CHANGELOG.md | 7 ------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 5fdd883..37fcefa 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.0.0" } diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f94bcde..c0796b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: libs - path: build/libs/ + path: build/libs/* retention-days: 5 overwrite: true @@ -48,6 +48,7 @@ jobs: uses: actions/download-artifact@v4 with: name: libs + path: build/libs/ - name: upload release artifacts if: ${{ steps.release.outputs.release_created }} env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a9845..825c32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1 @@ # Changelog - -## [1.1.0](https://github.com/voidpointer0x00/group-whitelist/compare/1.0.0...1.1.0) (2024-05-05) - - -### Features - -* optionally, don't respond to ping packets ([a5723e5](https://github.com/voidpointer0x00/group-whitelist/commit/a5723e55b04a5043da1579988da6ccc80fac174b))