We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7327085 commit 50fc5dcCopy full SHA for 50fc5dc
1 file changed
.github/workflows/release-test.yml
@@ -98,12 +98,6 @@ jobs:
98
runs-on: namespace-profile-bindplane-default-ubuntu-24-04-32x128
99
needs: [build-msi]
100
steps:
101
- - name: Redirect temp directories
102
- run: |
103
- echo "TMPDIR=$RUNNER_TEMP" >> "$GITHUB_ENV"
104
- echo "TMP=$RUNNER_TEMP" >> "$GITHUB_ENV"
105
- echo "TEMP=$RUNNER_TEMP" >> "$GITHUB_ENV"
106
- echo "GOTMPDIR=$RUNNER_TEMP" >> "$GITHUB_ENV"
107
- name: Checkout Repo
108
uses: namespacelabs/nscloud-checkout-action@v7
109
with:
0 commit comments