We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9893d2f commit 19ce5c9Copy full SHA for 19ce5c9
.github/workflows/standalone-exe.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
cd install
83
python -m install
84
- - uses: actions/upload-artifact@v4 # Upload the tarball to the GitHub actions workflow
+ - uses: eXhumer/upload-artifact@0b7d5f5684d3f642f978d2faad9ade64f5b4dd57 # Upload the tarball to the GitHub actions workflow
85
with:
86
name: pymead-macos-tarball
87
path: /Users/runner/work/pymead/pymead/install/*.tar.gz
0 commit comments