Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
7ed4dd764c
3 changed files with 7 additions and 21 deletions
11
.github/workflows/build-analyze-linux.yml
vendored
11
.github/workflows/build-analyze-linux.yml
vendored
|
@ -73,13 +73,4 @@ jobs:
|
|||
yarn install
|
||||
yarn dist -p never
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
with:
|
||||
# Artifact name
|
||||
name: Artifacts
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: dist/
|
||||
# The desired behavior if no files are found using the provided path.
|
||||
uses: github/codeql-action/analyze@v1
|
6
.github/workflows/build-analyze-macos.yml
vendored
6
.github/workflows/build-analyze-macos.yml
vendored
|
@ -80,9 +80,3 @@ jobs:
|
|||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: dist/
|
||||
# The desired behavior if no files are found using the provided path.
|
||||
|
||||
|
||||
- name: GitHub Upload Release Artifacts
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: Roang-zero1/github-upload-release-artifacts-action@f0677c0645db8d52dddaee4e83ce2c150f95e8e1
|
||||
uses: Roang-zero1/github-upload-release-artifacts-action@v2.1.0
|
||||
|
|
11
.github/workflows/build-analyze-win.yml
vendored
11
.github/workflows/build-analyze-win.yml
vendored
|
@ -80,8 +80,9 @@ jobs:
|
|||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: dist/
|
||||
# The desired behavior if no files are found using the provided path.
|
||||
|
||||
- name: GitHub Upload Release Artifacts
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: Roang-zero1/github-upload-release-artifacts-action@f0677c0645db8d52dddaee4e83ce2c150f95e8e1
|
||||
uses: Roang-zero1/github-upload-release-artifacts-action@v2.1.0
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: dist/Cider Setup 1.0.0.exe
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue