aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml21
1 files changed, 3 insertions, 18 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0212a31..d452767 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,25 +62,10 @@ jobs:
fluorine-builder:latest \
bash /src/docker/build-inner.sh
- - name: Collect artifacts
- run: |
- mkdir -p artifact
- if [ -f build/fluorine-manager.tar.gz ]; then
- cp build/fluorine-manager.tar.gz artifact/
- fi
- ls -lh artifact/
-
- - name: Upload tarball
+ - name: Upload build
uses: actions/upload-artifact@v4
with:
name: Fluorine-Manager
- path: artifact/fluorine-manager.tar.gz
- compression-level: 0
+ path: build/fluorine-manager/
+ compression-level: 6
if-no-files-found: warn
-
- - name: Create GitHub Release
- if: startsWith(github.ref, 'refs/tags/v')
- uses: softprops/action-gh-release@v2
- with:
- files: artifact/fluorine-manager.tar.gz
- generate_release_notes: true