Skip to content

Commit

Permalink
chore: verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton committed Nov 27, 2024
1 parent 35f97ea commit 1859424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
if: matrix.platform == 'windows-latest'
run: |
curl -L -o relic.exe https://github.com/sassoftware/relic/releases/download/v8.1.1/relic-windows-amd64.exe
echo "::add-path::$(pwd)"
echo "::add-path::${{ github.workspace }}"
shell: cmd

- uses: tauri-apps/tauri-action@v0
Expand All @@ -112,14 +112,14 @@ jobs:
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
AZURE_VAULT_ID: ${{ secrets.AZURE_VAULT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_CLIENT_SECRET: $${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}

SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
VITE_FREECODECAMP_API: ${{ env.VITE_FREECODECAMP_API }}
VITE_MOCK_DATA: ${{ env.VITE_MOCK_DATA }}
with:
releaseId: ${{ needs.create-release.outputs.release_id }}
args: ${{ matrix.args }}
args: ${{ matrix.args }} --verbose
includeDebug: true
# TODO: Include release at v1.0.0
includeRelease: false
Expand Down

0 comments on commit 1859424

Please sign in to comment.