Skip to content

Commit

Permalink
Updated workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
syntax-tm committed Nov 21, 2023
1 parent 74c7b80 commit 930d19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build

env:
ARTIFACT: SAM
PACKAGES: ${{ github.workspace }}/.nuget/packages
PACKAGES: ${{ github.workspace }}\.nuget\packages

on:
workflow_call:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/build.yml
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 930d19a

Please sign in to comment.