Skip to content

Commit

Permalink
release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tyuhasbio5 committed Nov 20, 2024
1 parent 4af290b commit d70b866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Build
run: |
make
gcc hello.c -o hello
mkdir -p installation/usr/local/bin
cd src && make install DESTDIR=../installation
cp hello installation/usr/local/bin
- name: Extract version from github.ref
id: extract_version
Expand Down
2 changes: 1 addition & 1 deletion hello.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
int main() {

// writing print statement to print hello
printf("Hello");
printf("Hello everyone");

return 0;
}

0 comments on commit d70b866

Please sign in to comment.