Skip to content

Commit 5f81023

Browse files
authored
Update build-and-release-dajet-linux.yml
1 parent 0e2287f commit 5f81023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release-dajet-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484

8585
- name: Prepare artifacts
8686
working-directory: dajet-studio
87-
run: tar czvf "dajet-studio-${{github.event.inputs.version}}-linux.tar.gz" "."
87+
run: tar czvf "${{github.workspace}}/dajet-studio-${{github.event.inputs.version}}-linux.tar.gz" "."
8888

8989
- name: Upload artifacts
9090
uses: softprops/action-gh-release@v2
9191
with:
9292
tag_name: 'dajet-${{github.event.inputs.version}}'
93-
files: ${{github.workspace}}/dajet-studio/dajet-studio-${{github.event.inputs.version}}-linux.tar.gz
93+
files: ${{github.workspace}}/dajet-studio-${{github.event.inputs.version}}-linux.tar.gz
9494
env:
9595
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)