mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-01 00:18:21 +02:00
added upload artifact
This commit is contained in:
parent
921dde8af4
commit
b8c2feebca
9
.github/workflows/dart.yml
vendored
9
.github/workflows/dart.yml
vendored
@ -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: ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user