Artifact action.yml

- name: Upload a Build Artifact
  uses: actions/upload-artifact@v3.1.1
This commit is contained in:
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

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