This commit is contained in:
parent
7b57e54270
commit
5791fbec58
@ -30,19 +30,24 @@ jobs:
|
||||
chmod +x build-all.sh
|
||||
./build-all.sh
|
||||
|
||||
- name: Verify artifacts
|
||||
run: |
|
||||
ls -la artifacts/exe || echo "No exe artifacts found"
|
||||
ls -la artifacts/native || echo "No native artifacts found"
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firefly-artifacts
|
||||
path: |
|
||||
artifacts/exe/*
|
||||
artifacts/native/*
|
||||
artifacts/exe
|
||||
artifacts/native
|
||||
|
||||
- name: Create Release
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
artifacts/exe/*
|
||||
artifacts/native/*
|
||||
generate_release_notes: true
|
||||
artifacts/exe/**
|
||||
artifacts/native/**
|
||||
generate_release_notes: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user