mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-15 00:03:38 -07:00
Consistency with other projects
This commit is contained in:
parent
692438d10c
commit
65e0a63bda
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -65,14 +65,14 @@ jobs:
|
||||||
- name: Publish app
|
- name: Publish app
|
||||||
run: >
|
run: >
|
||||||
dotnet publish ${{ matrix.app }}
|
dotnet publish ${{ matrix.app }}
|
||||||
--output ${{ matrix.app }}/publish/
|
--output ${{ matrix.app }}/bin/publish/
|
||||||
--configuration Release
|
--configuration Release
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.app }}
|
name: ${{ matrix.app }}
|
||||||
path: ${{ matrix.app }}/publish/
|
path: ${{ matrix.app }}/bin/publish/
|
||||||
|
|
||||||
release:
|
release:
|
||||||
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
|
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue