Skip to content

Commit

Permalink
Fix step name in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusion86 committed Oct 6, 2023
1 parent b3c124d commit e3d8c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
- name: Insert secret
run: sed -i 's/STEAM_WEB_API_KEY = "";/STEAM_WEB_API_KEY = "${{ secrets.STEAM_WEB_API_KEY }}";/g' src/MHWAppearanceEditor/SuperSecret.cs

- name: Build app and appimage
- name: Build app and AppImage
run: |
chmod +x publish-appimage
./publish-appimage -y
- name: Archive code coverage results
- name: Upload AppImage
uses: actions/upload-artifact@v3
with:
name: AppImage
Expand Down

0 comments on commit e3d8c8c

Please sign in to comment.