Skip to content

Commit

Permalink
Updated release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
syntax-tm committed Nov 21, 2023
1 parent 6b93cd2 commit 5b77a45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:

jobs:

build:
uses: syntax-tm/SteamAchievementManager/.github/workflows/build.yml@main
create-release:
runs-on: windows-latest
needs: [build]
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: syntax-tm/SteamAchievementManager/.github/workflows/build.yml@main
- uses: actions/download-artifact@v3
with:
path: artifacts
Expand Down

0 comments on commit 5b77a45

Please sign in to comment.