Skip to content

Commit 6bf7ad0

Browse files
updated workflow
1 parent 6e4c6aa commit 6bf7ad0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
asset_content_type: application/zip
5959
build-linux:
6060
needs: build-windows #this job will run only after build-windows. This way, build-windows creates the Release, and build-linux only adds an asset to it, thus avoiding a race ccondition.
61-
runs-on: ubuntu-latest
61+
runs-on: ubuntu-20.04
6262
env:
6363
RELEASE_UPLOAD_URL: ${{ needs.build-windows.outputs.release-upload-url }}
6464
steps:

README.md

72 Bytes
  1. Download the binary
cd ~
curl -JOL "https://github.com/somegenericdev/hackernewsd/releases/download/v1.0.0/hackernewsd-linux" && sudo mv hackernewsd-linux /bin/hackernewsd
chmod +x /bin/hackernewsd
chown $USER:$USER /bin/hackernewsd
  1. Create a systemd service

0 commit comments

Comments
 (0)