Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkonidena authored Jan 14, 2024
1 parent 2687e60 commit fd3b1ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./noticeboard

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -41,4 +44,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: NoticeBoard
path: build/app/outputs/apk/release/NoticeBoardApp.apk
path: build/app/outputs/apk/release/NoticeBoardApp.apk

0 comments on commit fd3b1ae

Please sign in to comment.