Skip to content

Commit

Permalink
ci: fix application path (pt. 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
caoimhebyrne committed Aug 28, 2023
1 parent 61dfcc3 commit c428b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
platform: ${{ matrix.platform }}
- name: Test
run: |
ls -lah build
ls -lah build/Release
- name: Upload application
uses: actions/upload-artifact@v3
with:
name: Application
path: build/ScrollDirector.app
path: build/Release/ScrollDirector.app

0 comments on commit c428b9c

Please sign in to comment.