We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417ccc9 commit ae16b46Copy full SHA for ae16b46
.github/workflows/tauri-build-dev.yml
@@ -28,6 +28,8 @@ jobs:
28
uses: actions/github-script@v7
29
with:
30
script: |
31
+ const os = require("os")
32
+ const fs = require("fs")
33
function setOutput(key, value) {
34
// Temporary hack until core actions library catches up with github new recommendations
35
const output = process.env['GITHUB_OUTPUT']
0 commit comments