mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-03 17:38:11 +02:00
fixed naming
This commit is contained in:
parent
7a315c65e5
commit
f664aa2d8b
16
.github/workflows/dart.yml
vendored
16
.github/workflows/dart.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: elf64
|
||||
name: nostr_console_elf64
|
||||
path: |
|
||||
bin/nostr_console_elf64
|
||||
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
uses: actions/download-artifact@v3.0.0
|
||||
with:
|
||||
# Artifact name
|
||||
name: elf64
|
||||
name: nostr_console_elf64
|
||||
# Destination path
|
||||
path: ./
|
||||
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: win64
|
||||
name: nostr_console_win64
|
||||
path: |
|
||||
bin/nostr_console_win64.exe
|
||||
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
uses: actions/download-artifact@v3.0.0
|
||||
with:
|
||||
# Artifact name
|
||||
name: win64
|
||||
name: nostr_console_win64
|
||||
# Destination path
|
||||
path: ./
|
||||
|
||||
@ -118,19 +118,15 @@ jobs:
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: win64
|
||||
name: nostr_console_macos
|
||||
path: |
|
||||
bin/nostr_console_macOS
|
||||
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }}/bin
|
||||
|
||||
- name: Download a Build Artifact
|
||||
uses: actions/download-artifact@v3.0.0
|
||||
with:
|
||||
# Artifact name
|
||||
name: macOS
|
||||
name: nostr_console_macOS
|
||||
# Destination path
|
||||
path: ./
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user