Potato potato

This commit is contained in:
Tyrrrz
2025-06-26 17:50:32 +03:00
parent 5405e619a9
commit f149fad406
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
--build-arg VERSION=${{ github.ref_type == 'tag' && github.ref_name || format('999.9.9-ci-{0}', github.sha) }}
--output type=tar,dest=DiscordChatExporter.Cli.Docker.tar
- name: Upload artifacts
- name: Upload image
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: DiscordChatExporter.Cli.Docker

View File

@@ -139,7 +139,7 @@ jobs:
--runtime ${{ matrix.rid }}
--self-contained
- name: Upload artifacts
- name: Upload app binaries
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: ${{ matrix.asset }}.${{ matrix.rid }}
@@ -204,7 +204,7 @@ jobs:
contents: write
steps:
- name: Download artifacts
- name: Download app binaries
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
name: ${{ matrix.asset }}.${{ matrix.rid }}