Skip to content

Commit 846c211

Browse files
committed
Use github as major directory.
1 parent 42b6e24 commit 846c211

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 ]

0 commit comments

Comments
 (0)