diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 80caf2d..b721aaa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -59,12 +59,10 @@ jobs: - name: Restore NuGet Packages run: nuget restore FirehoseFinder.sln - - name: Secrets - env: - bottoken: ${{ secrets.BOT }} - - name: Build and Publish App run: msbuild FirehoseFinder.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile + env: + bottoken: ${{ secrets.BOT }} - name: Upload Artifact uses: actions/upload-artifact@v1.0.0