Skip to content

Commit

Permalink
[no ci] Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
craftxbox authored Nov 6, 2023
1 parent 30bbbf4 commit d231bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: DTabs_windows_${{github.ref_name}}_${{github.sha}}.zip
name: DTabs_windows_${{github.ref_name}}_${{github.sha}}
path: ./DTabs-win32-x64
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: DTabs_macos_${{github.ref_name}}_${{github.sha}}.zip
name: DTabs_macos_${{github.ref_name}}_${{github.sha}}
path: ./DTabs-darwin-x64
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: DTabs_linux_${{github.ref_name}}_${{github.sha}}.zip
name: DTabs_linux_${{github.ref_name}}_${{github.sha}}
path: ./DTabs-linux-x64

0 comments on commit d231bb8

Please sign in to comment.