Skip to content

Commit

Permalink
Fix paths to the artifact in macOS action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin committed May 26, 2020
1 parent bad6ba3 commit 587d817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
run: >
python3 buildscripts/scripts/uploader.py
"@ktgbuilds"
"${{ env.REPO_NAME }}/artifact/${{ env.ARTIFACT_NAME }}"
"${{ env.REPO_NAME }}/out/Release/${{ env.ARTIFACT_NAME }}"
"${{ github.event.client_payload.options.description }}"
- name: Parse built version.
Expand All @@ -320,7 +320,7 @@ jobs:
cd $REPO_NAME
./out/Release/Packer -version ${{ env.PACKER_VERSION }}${{ env.PACKER_BETA }} \
-path artifact/Kotatogram/${{ env.TARGET_ARTIFACT }} \
-path out/Release/dmgsrc/Kotatogram.app \
-target mac
tar -caf tmacupd${{ env.PACKER_VERSION }}.tar.xz tmacupd${{ env.PACKER_VERSION }}
Expand Down

0 comments on commit 587d817

Please sign in to comment.