Skip to content

Commit

Permalink
more spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Sep 22, 2023
1 parent 1de2833 commit 6de70fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ jobs:
- name: Prepare Package
run: |
mkdir -p ${{ env.binary }}.app/Contents/MacOS
cp target/x86_64-apple-darwin/release/${{ env.binary}} ${{ env.binary }}.app/Contents/MacOS/
cp target/x86_64-apple-darwin/release/${{ env.binary }} ${{ env.binary }}.app/Contents/MacOS/
cp -r assets ${{ env.binary }}.app/Contents/MacOS/
hdiutil create -fs HFS+ -volname "${{ env.binary }}" -srcfolder ${{ env.binary }}.app ${{ env.binary}}_${{ needs.load-env.outputs.tag }}_macos_intel.dmg
hdiutil create -fs HFS+ -volname "${{ env.binary }}" -srcfolder ${{ env.binary }}.app ${{ env.binary }}_${{ needs.load-env.outputs.tag }}_macos_intel.dmg
- name: Upload binaries to artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.binary}}_${{ needs.load-env.outputs.tag }}_${{ matrix.artifact_name }}.${{ steps.condval.outputs.value }}
file: ${{ env.binary }}_${{ needs.load-env.outputs.tag }}_${{ matrix.artifact_name }}.${{ steps.condval.outputs.value }}
asset_name: ${{ env.binary }}_${{ needs.load-env.outputs.tag }}_${{ matrix.artifact_name }}.${{ steps.condval.outputs.value }}
tag: ${{ needs.load-env.outputs.tag }}
overwrite: true
Expand Down

0 comments on commit 6de70fb

Please sign in to comment.