Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Dec 9, 2023
1 parent 4d0a207 commit c766fc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish Docker Images
uses: ./.github/actions/publish-docker-images
with:
Expand All @@ -58,7 +58,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish UI Distribution
uses: ./.github/actions/publish-ui-dist
id: win-ui-create-artifact
Expand All @@ -77,6 +77,8 @@ jobs:
files: ${{ needs.publish-ui-dist.outputs.artifact }}
dest: /dist/ui_win_${{ github.event.inputs.version }}.zip

- uses: actions/checkout@v4

- name: Create Release and Upload Artifacts
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit c766fc2

Please sign in to comment.