Skip to content

Commit

Permalink
Artifacts was renamed to *.vcvplugin for Rack v2. Adapting action.
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr committed Dec 1, 2021
1 parent 41bb60b commit e43bc3d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
pluginversion=`jq -r '.version' plugin.json`
echo "Set plugin version from $pluginversion to $pluginversion-$gitrev"
cat <<< `jq --arg VERSION "$pluginversion-$gitrev" '.version=$VERSION' plugin.json` > plugin.json
#- name: Initialize CodeQL
# uses: github/codeql-action/init@v1
# with:
# languages: ${{ matrix.language }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: Build plugin
run: |
${{ matrix.config.prepare-os }}
Expand All @@ -70,8 +70,8 @@ jobs:
with:
path: dist
name: ${{ matrix.config.name }}
#- name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

publish:
name: Publish plugin
Expand Down Expand Up @@ -108,6 +108,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: _artifacts/**/*
file: _artifacts/**/*.vcvplugin
tag: ${{ github.ref }}
file_glob: true

0 comments on commit e43bc3d

Please sign in to comment.