Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Renzo904 committed Jan 14, 2025
1 parent 114394d commit be3f366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: "*"

jobs:
build:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -43,11 +43,11 @@ jobs:
run: |
mkdir release
mkdir ./release/RF.TekaTeka
cp ./Libraries/SonicAudioLib.dll ./release/RF.TekaTeka/SonicAudioLib.dll
cp ./TekaTeka/bin/Release/net6.0/tja2fumen.dll ./release/RF.TekaTeka/tja2fumen.dll
cp ./TekaTeka/bin/Release/net6.0/RF.TekaTeka.dll ./release/RF.TekaTeka/RF.TekaTeka.dll
cp ./TekaTeka/bin/Release/net6.0/RF.TekaTeka.pdb ./release/RF.TekaTeka.pdb
cd ./release
zip ./RF.TekaTeka.zip ./RF.TekaTeka/RF.TekaTeka.dll ./RF.TekaTeka/SonicAudioLib.dll
zip ./RF.TekaTeka.zip ./RF.TekaTeka/RF.TekaTeka.dll ./RF.TekaTeka/tja2fumen.dll
- name: Create Release Page
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit be3f366

Please sign in to comment.