added upload artifact

This commit is contained in:
Vishal 2022-08-30 15:29:43 +05:30 committed by GitHub
parent 921dde8af4
commit b8c2feebca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,13 @@ jobs:
- name: compile exe
run: dart compile exe bin/nostr_console.dart --output bin/nostr_console_elf64
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: elf64
path: |
bin/nostr_console_elf64
- name: List files in the repository
run: |
ls ${{ github.workspace }}/bin
@ -52,6 +59,6 @@ jobs:
uses: actions/download-artifact@v3.0.0
with:
# Artifact name
name: ${{ github.workspace }}/bin/nostr_console_elf64
name: elf64
# Destination path
path: ./