Skip to content

Commit

Permalink
Another attempt at fixing incorrect paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Jul 21, 2020
1 parent 65fda0f commit c794057
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ 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
make test
Expand All @@ -31,4 +30,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "pinta-1.7.ubuntu1804.zip"
path: ${{runner.workspace}}/pinta-1.7.zip
path: pinta-1.7.zip

0 comments on commit c794057

Please sign in to comment.