Update CI workflow for main branch and release events
This commit is contained in:
parent
45b7879186
commit
5f52e7dd9e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -75,7 +75,6 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ncc-build
|
||||
path: ncc-build
|
||||
|
||||
- name: List files
|
||||
run: |
|
||||
|
@ -92,7 +91,7 @@ jobs:
|
|||
|
||||
- name: Upload release artifact to GitHub
|
||||
run: |
|
||||
BUILD_FILE="ncc-build/ncc-build/net.nosial.configlib.ncc" # Update path based on actual structure
|
||||
BUILD_FILE="ncc-build/net.nosial.configlib.ncc"
|
||||
if [ -f "$BUILD_FILE" ]; then
|
||||
echo "Uploading build artifact to GitHub release"
|
||||
curl \
|
||||
|
|
Loading…
Add table
Reference in a new issue