Skip to content

Commit

Permalink
build: specify the artifact download path
Browse files Browse the repository at this point in the history
Starting to get tired, but some progress is being made here
  • Loading branch information
voidpointer0x00 committed May 5, 2024
1 parent 53e826f commit 81747d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/config/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.0.0"
}
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: libs
path: build/libs/
path: build/libs/*
retention-days: 5
overwrite: true

Expand All @@ -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:
Expand Down
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 81747d1

Please sign in to comment.