Skip to content

Commit

Permalink
Update autogpt-server-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle committed Jul 12, 2024
1 parent b6bebf5 commit e655591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autogpt-server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
if: runner.os == 'macOS'
working-directory: ${{ runner.temp }}
run: |
zip -r AutoGPTServer.app.zip /Users/runner/work/AutoGPT/AutoGPT/rnd/autogpt_server/build/*.app
zip -r autogptserver-app-${{ matrix.platform-os }}.app.zip /Users/runner/work/AutoGPT/AutoGPT/rnd/autogpt_server/build/*.app
ls -lah
pwd
Expand All @@ -224,7 +224,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: autogptserver-app-${{ matrix.platform-os }}
path: AutoGPTServer.app.zip
path: /Users/runner/work/_temp/autogptserver-app-${{ matrix.platform-os }}.app.zip

- name: Upload dmg artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e655591

Please sign in to comment.