Skip to content

Commit

Permalink
Rename ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Feb 22, 2024
1 parent 74e878c commit 580ddd5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ubuntu.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu
name: CI

on: [push, pull_request]

Expand Down Expand Up @@ -32,19 +32,20 @@ jobs:
- name: Clean npm cache
run: npm cache clean --force

- name: Install
- name: NPM Clean install
run: npm ci

- name: Build
env:
GENERATE_SOURCEMAP: "false"
run: npm run build

- name: Archive artifacts
- name: Archive raw artifacts
uses: actions/upload-artifact@v4
with:
name: develop_snapshot
name: snapweb_raw_${{ github.sha }}
path: build
compression-level: 9

- name: Create changelog
run: |
Expand All @@ -61,5 +62,5 @@ jobs:
- name: Archive deb artifacts
uses: actions/upload-artifact@v4
with:
name: snapweb
name: snapweb_debian_package
path: ${{env.PARENT_DIR}}/snapweb_*.deb

0 comments on commit 580ddd5

Please sign in to comment.