Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Apr 25, 2024
1 parent 7eeff51 commit 92fc25b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
needs:
- build_javascript
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3

- name: dotnet build Release
run: dotnet build --configuration Release
Expand All @@ -104,7 +104,7 @@ jobs:
needs:
- build_dotnet
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
- uses: microsoft/variable-substitution@v1
with:
files: '/WebApp/*.json, /WebApp/wwwroot/scripts/*.config.json, /WebApp/wwwroot/admin/scripts/*.config.json'
Expand All @@ -128,7 +128,7 @@ jobs:
serverUrlIndex: 0
Api.BaseUrl: https://bmm-api.brunstad.org
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
- uses: microsoft/variable-substitution@v1
with:
files: '/WebApp/*.json, /WebApp/wwwroot/scripts/*.config.json, /WebApp/wwwroot/admin/scripts/*.config.json'
Expand Down

0 comments on commit 92fc25b

Please sign in to comment.