| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1bdebec commit 5d90e48
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,9 +57,8 @@ jobs: | |||
| 57 | 57 | - name: Upload tarball artifact | |
| 58 | 58 | uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 | |
| 59 | 59 | with: | |
| 60 | - name: tarballs | ||
| 61 | 60 | path: '*.tar.gz' | |
| 62 | - compression-level: 0 | ||
| 61 | + archive: false | ||
| 63 | 62 | test-tarball-linux: | |
| 64 | 63 | needs: build-tarball | |
| 65 | 64 | runs-on: ubuntu-24.04-arm | |
@@ -86,7 +85,6 @@ jobs: | |||
| 86 | 85 | - name: Download tarball | |
| 87 | 86 | uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 | |
| 88 | 87 | with: | |
| 89 | - name: tarballs | ||
| 90 | 88 | path: tarballs | |
| 91 | 89 | - name: Extract tarball | |
| 92 | 90 | run: | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments