Skip to content

Commit 66a6f30

Browse files
authored
Merge pull request #13 from chaoticgd/fixci
Try to fix the CI build
2 parents 26b66c1 + 4b469ef commit 66a6f30

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ jobs:
3737
gradle-version: 7.6
3838
arguments: buildExtension -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
3939
- name: Release
40-
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e
40+
uses: svenstaro/upload-release-action@v1-release
4141
with:
42-
name: ${{ github.ref }}
42+
repo_token: ${{ secrets.GITHUB_TOKEN }}
43+
file: dist/*ghidra-emotionengine-reloaded.zip
4344
tag: ${{ github.ref }}
44-
artifacts: dist/*ghidra-emotionengine-reloaded.zip
45-
allowUpdates: true
46-
draft: true
47-
replacesArtifacts: false
45+
overwrite: true
46+
file_glob: true

.github/workflows/unstable.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
gradle-version: 7.6
3838
arguments: buildExtension -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
3939
- name: Release
40-
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e
40+
uses: svenstaro/upload-release-action@v1-release
4141
with:
42-
name: "Unstable Builds"
42+
repo_token: ${{ secrets.GITHUB_TOKEN }}
43+
file: dist/*ghidra-emotionengine-reloaded.zip
4344
tag: "unstable"
44-
artifacts: dist/*ghidra-emotionengine-reloaded.zip
45-
allowUpdates: true
46-
replacesArtifacts: false
45+
overwrite: true
46+
file_glob: true

0 commit comments

Comments
 (0)