Build Workflow Tweak - letting actions upload zip
All checks were successful
Build & Upload tux-dock / build (push) Successful in 7s

This commit is contained in:
mrkmntal 2025-11-03 17:28:40 -05:00
commit f1b0d41a9c

View file

@ -19,14 +19,10 @@ jobs:
- name: Verify build - name: Verify build
run: file tux-dock run: file tux-dock
- name: Package build as tar.gz - name: Upload build artifact
run: |
tar -czvf tux-dock-linux-x86_64.tar.gz tux-dock
echo "📦 Created tux-dock-linux-x86_64.tar.gz"
- name: Upload build artifact (tar.gz)
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: tux-dock-linux-x86_64-tar # The artifact itself will be a zip automatically
path: tux-dock-linux-x86_64.tar.gz name: tux-dock-linux-x86_64.zip
path: tux-dock