Skip to content

Commit

Permalink
Fix semicolon issue in Package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfCYBER committed Apr 28, 2021
1 parent a1f5ec6 commit c03d8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

jobs:
build:
package:

runs-on: windows-latest

Expand All @@ -25,7 +25,7 @@ jobs:
run: nuget restore PPTXcreator.sln

- name: Build and package solution
run: msbuild PPTXcreator.sln /t:Build;Package /p:Configuration=Release
run: msbuild PPTXcreator.sln /t:"Build;Package" /p:Configuration=Release

- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c03d8d5

Please sign in to comment.