Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
  • Loading branch information
georg-getz committed Jun 3, 2024
1 parent 6ae1725 commit 77df660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,11 @@ jobs:
export PATH="$HOME/.cargo/bin:$PATH"
make package
- name: Load the `release_url` from the temporary file
uses: actions/download-artifact@v1
with:
name: release_url

- name: Read the `release_url` temporary file
- name: Get release info
id: get_release_info
shell: bash
run: |
value=$(cat release_url/release_url.txt)
echo ::set-output name=upload_url::$value
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload JAR as Github pre-release asset
uses: actions/upload-release-asset@v1
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ build-headers:
# Run the tests.
test: echo-arch build-headers build-rust test-rust build-java

echo-arch:
echo uname -m

# Run the Rust tests.
test-rust: test-rust-$(build_arch)-$(build_os)

Expand Down

0 comments on commit 77df660

Please sign in to comment.