Skip to content

Commit

Permalink
Update workflow action and README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Jun 9, 2024
1 parent a1ee379 commit 95beb41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
rm BugslayerUtilG.zip
- name: Update in Gothic 1 Steam workshop
if: startsWith(github.ref, 'refs/tags/')
uses: szapp/steam-workshop-deploy@v1
uses: m00nl1ght-dev/steam-workshop-deploy@v2
with:
username: ${{ secrets.STEAM_USERNAME }}
configVdf: ${{ secrets.STEAM_CONFIG_VDF }}
Expand All @@ -205,7 +205,7 @@ jobs:
https://github.com/szapp/Ninja/wiki/Changelog#${{ env.CHANGELOGID }}
- name: Update in Gothic 2 Steam workshop
if: startsWith(github.ref, 'refs/tags/')
uses: szapp/steam-workshop-deploy@v1
uses: m00nl1ght-dev/steam-workshop-deploy@v2
with:
username: ${{ secrets.STEAM_USERNAME }}
configVdf: ${{ secrets.STEAM_CONFIG_VDF }}
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
[![Build status](https://github.com/szapp/Ninja/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/szapp/Ninja/actions/workflows/build.yml)
[![Documentation](https://img.shields.io/badge/docs-wiki-blue)](https://github.com/szapp/Ninja/wiki)
[![GitHub release](https://img.shields.io/github/v/release/szapp/Ninja.svg)](https://github.com/szapp/Ninja/releases/latest)
[![Combined downloads](https://api.szapp.de/downloads/ninja/total/badge)](https://github.com/szapp/Ninja/wiki#user-content-downloads)
[![Combined downloads](https://api.szapp.de/downloads/ninja/total/badge)](https://github.com/szapp/Ninja/wiki#user-content-downloads)
[![World of Gothic](https://github.com/szapp/Ninja/assets/20203034/e0d79fca-d176-4c9c-935d-58437da4d4f4)](https://www.worldofgothic.de/dl/download_652.htm)
[![Spine](https://github.com/szapp/Ninja/assets/20203034/9ffa4f23-885d-4c5c-8a17-40c3d33b3345)](https://clockwork-origins.com/spine)
[![Steam Gothic 1](https://img.shields.io/badge/steam-Gothic%201-2a3f5a?logo=steam&labelColor=1b2838)](https://steamcommunity.com/sharedfiles/filedetails/?id=2786936496)
[![Steam Gothic 2](https://img.shields.io/badge/steam-Gothic%202-2a3f5a?logo=steam&labelColor=1b2838)](https://steamcommunity.com/sharedfiles/filedetails/?id=2786910489)

Expand Down

0 comments on commit 95beb41

Please sign in to comment.