Skip to content

Commit

Permalink
Fix artifact output name
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 3, 2024
1 parent 761c8dc commit 049a806
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,19 @@ jobs:
- name: Configure
uses: actions/setup-node@v4
with:
node-version: "16.16.0"
node-version: 20
- name: Checkout
uses: actions/checkout@v3
- name: Get package info
id: package
uses: codex-team/[email protected]
- name: Build
run: npm ci
- name: Make
run: npm run make -- --platform linux
- name: Publish
uses: actions/upload-artifact@v3
with:
name: "hubs-backup-tool-linux-x64-${{ steps.package.outputs.version }}.zip"
path: out/make/zip/linux/x64
if-no-files-found: error

0 comments on commit 049a806

Please sign in to comment.