Artifact action.yml

- name: Upload a Build Artifact
  uses: actions/upload-artifact@v3.1.1
pull/362/head
Ayshaa Ayshaa 2022-11-19 16:14:08 +03:00 committed by GitHub
parent 83fd05a356
commit 4f009e0603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,3 +26,5 @@ inputs:
runs:
using: 'node16'
main: 'dist/index.js'
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.1