Skip to content

Commit

Permalink
changing output path
Browse files Browse the repository at this point in the history
  • Loading branch information
pookie authored and pookie committed Jun 4, 2024
1 parent c9a0794 commit 3db5098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
credential_id: ${{secrets.CREDENTIAL_ID}}
totp_secret: ${{secrets.ES_TOTP_SECRET}}
file_path: build/${{env.name}}.exe
output_path: dist/
output_path: ${GITHUB_WORKSPACE}/build/dist/

- name: Archive production artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3db5098

Please sign in to comment.