We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c1d7d commit 2e4a691Copy full SHA for 2e4a691
.github/workflows/dsm.yml
@@ -24,9 +24,12 @@ jobs:
24
latest: true
25
fileName: dsm-launcher-x86_64-unknown-linux-gnu.tar.gz
26
extract: true
27
+ out-file-path: ${{ github.action_path }}
28
29
- name: Run DSM launcher
- run: ./dsm-launcher
30
+ run: |
31
+ cd "${{ github.action_path }}"
32
+ ./dsm-launcher
33
env:
34
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
35
GITHUB_REPO_OWNER: ${{ github.repository_owner }}
0 commit comments