build: remove archive-creation
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -65,15 +65,11 @@ jobs:
|
|||||||
ls -la zig-out/bin/
|
ls -la zig-out/bin/
|
||||||
file zig-out/bin/zigfetch-${{ matrix.target }}
|
file zig-out/bin/zigfetch-${{ matrix.target }}
|
||||||
|
|
||||||
- name: Create archive
|
|
||||||
run: |
|
|
||||||
tar -czf zigfetch-${{ matrix.target }}.tar.gz -C zig-out/bin zigfetch-${{ matrix.target }}
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: zigfetch-${{ matrix.target }}
|
name: zigfetch-${{ matrix.target }}
|
||||||
path: zigfetch-${{ matrix.target }}.tar.gz
|
path: zig-out/bin/zigfetch-${{ matrix.target }}
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user