Skip to content

Commit

Permalink
Merge pull request #171 from Mahlet-Inc/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hello-adam committed Apr 30, 2024
2 parents 6869498 + 2d58fb2 commit e5b5e94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- name: Check out repo
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Package Build Artifacts
run: ninja package -C build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: DEB Packages ${{ matrix.os }}
path: build/hobbits-*deb*
Expand All @@ -57,10 +57,10 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- uses: actions/checkout@v3

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Check Files
run: ls -R
Expand Down

0 comments on commit e5b5e94

Please sign in to comment.