Skip to content

Commit

Permalink
update DIST_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
carljavier committed Aug 31, 2023
1 parent 421ec7b commit 76fe4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
AC_TEAMID: ${{ secrets.AC_TEAMID }}
MACOS_CERTIFICATE_NAME: ${{ secrets.MACOS_CERTIFICATE_NAME }}
DIST_FILE_ARM64: dist/hava-macos_darwin_arm64/hava
DIST_FILE_AMD64: dist/hava-macos_darwin_amd64_v1/hava
DIST_FILE_ARM64: dist/hava_darwin_arm64/hava
DIST_FILE_AMD64: dist/hava_darwin_amd64_v1/hava
run: |
# create variables
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
Expand Down

0 comments on commit 76fe4b5

Please sign in to comment.