Skip to content

Commit

Permalink
Update M1 working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Mar 7, 2024
1 parent 1308528 commit e79d62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maboss-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
if: github.event_name != 'release'
with:
name: libMaBoSS-macos-arm64
path: /opt/actions-runner/_work/MaBoSS/libMaBoSS-macos-arm64.tar.gz
path: /Users/runner/_work/MaBoSS/libMaBoSS-macos-arm64.tar.gz

- uses: actions/upload-release-asset@v1
if: github.event_name == 'release'
Expand All @@ -264,7 +264,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_name: libMaBoSS-macos-arm64.tar.gz
asset_path: /Users/runner/work/MaBoSS/libMaBoSS-macos-arm64.tar.gz
asset_path: /Users/runner/_work/MaBoSS/libMaBoSS-macos-arm64.tar.gz
asset_content_type: application/gzip

maboss_library_sbml_macos:
Expand Down

0 comments on commit e79d62f

Please sign in to comment.