Skip to content

Commit

Permalink
add pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo7ammedd committed Sep 23, 2024
1 parent 593ece6 commit 8660967
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main_manga-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: dotnet build --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
run: dotnet publish -c Release -o ${{github.workspace}}/myapp

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
with:
name: .net-app
path: ${{env.DOTNET_ROOT}}/myapp
path: ${{github.workspace}}/myapp

deploy:
runs-on: windows-latest
Expand Down Expand Up @@ -61,5 +61,4 @@ jobs:
with:
app-name: 'Manga-Store'
slot-name: 'Production'
package: .

package: .

0 comments on commit 8660967

Please sign in to comment.