Skip to content

Commit af7fbc3

Browse files
Fabien-BFabien-B
authored andcommitted
test other release action
1 parent 1dd2c09 commit af7fbc3

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/appimage.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ jobs:
4343
find . -iname "*appimage*"
4444
mv ./build_appimage/PprzGCS-x86_64.AppImage PprzGCS_${{ env.PPRZGCS_VERSION }}-x86_64.AppImage
4545
46-
47-
- name: make release
48-
uses: "marvinpinto/action-automatic-releases@latest"
46+
- name: Release
47+
uses: softprops/action-gh-release@v2
4948
with:
50-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
51-
prerelease: false
52-
files: |
53-
'PprzGCS_${{ env.PPRZGCS_VERSION }}-x86_64.AppImage'
54-
49+
token: '${{ secrets.GITHUB_TOKEN }}'
50+
files: 'PprzGCS_${{ env.PPRZGCS_VERSION }}-x86_64.AppImage'
5551

0 commit comments

Comments
 (0)