Skip to content

Commit

Permalink
fix release folders
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Apr 4, 2024
1 parent c5eeceb commit 22d2c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
client: ['FiveM']
client: ['FiveM', 'RedM']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -67,9 +67,9 @@ jobs:
- name: Publish - NuGet
if: ${{ env.is-tag == 'true' }}
run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
working-directory: CompiledLibs\Release\
working-directory: FxEvents/CompiledLibs

- name: Publish - GitHub
if: ${{ env.is-tag == 'true' }}
run: dotnet nuget push **/*.nupkg --skip-duplicate
working-directory: CompiledLibs\Release\
working-directory: FxEvents/CompiledLibs

0 comments on commit 22d2c3e

Please sign in to comment.