Skip to content

Commit

Permalink
πŸ”„ synced local '.github/workflows/publish-tauri-app.yml' with remote …
Browse files Browse the repository at this point in the history
…'templates/publish-tauri-app.yml'
  • Loading branch information
nadenf committed Feb 1, 2024
1 parent 1d42f07 commit da00ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-tauri-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
rm -fr /home/runner/.cargo ; mkdir /home/runner/.cargo
rm -fr /home/runner/.ivy2 ; mkdir /home/runner/.ivy2
rm -fr /home/runner/.sbt ; mkdir /home/runner/.sbt
rm -fr /opt/cache/coursier_cache/v1/https/maven.pkg.github.com/harana
ln -s /opt/cache/cargo_cache /home/runner/.cargo/registry
ln -s /opt/cache/coursier_cache /home/runner/.cache/coursier
ln -s /opt/cache/ivy2_cache /home/runner/.ivy2/cache
Expand Down Expand Up @@ -172,4 +173,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
files: '*/**'
files: '*/**'

0 comments on commit da00ab7

Please sign in to comment.