Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall authored Nov 26, 2023
1 parent c9b08a4 commit 258fc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: cp build/${{ github.event.repository.name }}.dll ${{ github.event.repository.name }}/BepInEx/plugins/${{ github.event.repository.name }}.dll
- run: unzip BepInEx* -d ${{ github.event.repository.name }}
- run: touch ${{ github.event.repository.name }}/EXTRACT_TO_GAME_DIRECTORY
- run: cd ${{ github.event.repository.name }}; zip -r ../${{ github.event.repository.name }}_${{ github.event.inputs.version }}.zip ./*
- run: cd ${{ github.event.repository.name }}; sudo zip -r ../${{ github.event.repository.name }}_${{ github.event.inputs.version }}.zip ./*
- uses: ncipollo/release-action@v1
with:
artifacts: "${{ github.event.repository.name }}_${{ github.event.inputs.version }}.zip"
Expand Down

0 comments on commit 258fc73

Please sign in to comment.