mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
renaming main workflow to release and exclude Wiki and .github/workflows paths
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
name: build
|
||||
name: release
|
||||
on:
|
||||
- push
|
||||
- workflow_dispatch
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'wiki/**'
|
||||
- '.github/workflows/*'
|
||||
workflow_dispatch: {}
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest-64cpu
|
||||
@@ -85,6 +88,6 @@ jobs:
|
||||
asset_content_type: text/plain
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: release
|
||||
path: dist/**/*
|
||||
retention-days: 30
|
||||
name: ${{ env.SIMPLE_VERSION_INFO }}.tar.gz
|
||||
path: dist/${{ env.SIMPLE_VERSION_INFO }}/${{ env.SIMPLE_VERSION_INFO }}.tar.gz
|
||||
retention-days: 90
|
||||
Reference in New Issue
Block a user