mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Bump actions/upload-artifact from v2.2.1 to v2.2.2 (#2336)
This commit is contained in:
parent
d694f8900e
commit
eef9eea642
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
|
||||
- name: Upload artifact (Windows)
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
uses: actions/upload-artifact@v2.2.1
|
||||
uses: actions/upload-artifact@v2.2.2
|
||||
with:
|
||||
name: chatterino-windows-x86-64.zip
|
||||
path: build/chatterino-windows-x86-64.zip
|
||||
|
@ -130,7 +130,7 @@ jobs:
|
|||
|
||||
- name: Upload artifact (Ubuntu)
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
uses: actions/upload-artifact@v2.2.1
|
||||
uses: actions/upload-artifact@v2.2.2
|
||||
with:
|
||||
name: Chatterino-x86_64.AppImage
|
||||
path: build/Chatterino-x86_64.AppImage
|
||||
|
@ -164,7 +164,7 @@ jobs:
|
|||
|
||||
- name: Upload artifact (MacOS)
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
uses: actions/upload-artifact@v2.2.1
|
||||
uses: actions/upload-artifact@v2.2.2
|
||||
with:
|
||||
name: chatterino-osx.dmg
|
||||
path: build/chatterino-osx.dmg
|
||||
|
|
Loading…
Reference in a new issue