Skip to content

Commit

Permalink
Simplify the steps and (hopefully) generate the zip in the correct fo…
Browse files Browse the repository at this point in the history
…lder.
  • Loading branch information
cameronwhite committed Jul 21, 2020
1 parent 3b54d48 commit 65fda0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
sudo apt install mono-devel mono-xbuild libgtk2.0-cil-dev autotools-dev gettext intltool libnunit-cil-dev nunit-console yelp-tools
- name: Build
run: |
cd ${{runner.workspace}}
./autogen.sh
make
- name: Test
run: make test && make check
- name: Package
run: make releasezip
make test
make check
make releasezip
- name: Upload Package
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 65fda0f

Please sign in to comment.