File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ jobs:
3434 --null-input
3535 --arg version "${GITHUB_REF##*/v}"
3636 -f release.conf.jq
37- > "${{ GITHUB_WORKSPACE }}/tauri.release.conf.json"
37+ > "${{ github.workspace }}/tauri.release.conf.json"
3838 working-directory : ${{ env.SOURCE_PATH }}/src-tauri
3939 - name : Create empty tauri release configuration
4040 if : startsWith(github.ref, 'refs/tags/v') != true
4141 shell : bash
42- run : echo "{}" > "${{ GITHUB_WORKSPACE }}/tauri.release.conf.json"
42+ run : echo "{}" > "${{ github.workspace }}/tauri.release.conf.json"
4343 - uses : actions/upload-artifact@v3
4444 with :
4545 name : tauri.release.conf.json
46- path : " ${{ env.GITHUB_WORKSPACE }}/tauri.release.conf.json"
46+ path : " ${{ github.workspace }}/tauri.release.conf.json"
4747
4848 tauri-build :
4949 needs : [ tauri-release-config ]
You can’t perform that action at this time.
0 commit comments