diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index db45834..1d220e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: run: dotnet restore - name: Build Project - run: dotnet build --configuration Release Interjection/Interjection.csproj -p:AssemblyVersion=${{ env.tag }} + run: dotnet build --configuration Release Interjection.csproj -p:AssemblyVersion=${{ env.tag }} - name: Publish Version uses: PunishXIV/dynamis-action@v1