Skip to content

Commit 39ef935

Browse files
committed
foo
1 parent 0d75dc7 commit 39ef935

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-standalone.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ jobs:
104104
105105
echo "PYO3_PYTHON=$PYO3_PYTHON" >> $GITHUB_ENV
106106
echo "RUSTFLAGS=$RUSTFLAGS" >> $GITHUB_ENV
107+
108+
- name: foo
109+
run: |
110+
echo "$PYO3_PYTHON"
111+
echo "$RUSTFLAGS"
112+
ls .
107113
108114
- name: Build and bundle the app
109115
uses: tauri-apps/tauri-action@v0

0 commit comments

Comments
 (0)