Skip to content

Commit

Permalink
Use github as major directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipborg committed Jul 13, 2022
1 parent 42b6e24 commit 45ac2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Create empty tauri release configuration
if: startsWith(github.ref, 'refs/tags/v') != true
shell: bash
run: echo "{}" > "${{ GITHUB_WORKSPACE }}/tauri.release.conf.json"
run: echo "{}" > "${{ github.workspace }}/tauri.release.conf.json"
- uses: actions/upload-artifact@v3
with:
name: tauri.release.conf.json
path: "${{ env.GITHUB_WORKSPACE }}/tauri.release.conf.json"
path: "${{ github.workspace }}/tauri.release.conf.json"

tauri-build:
needs: [ tauri-release-config ]
Expand Down

0 comments on commit 45ac2af

Please sign in to comment.