Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Mods on release action
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-alvarenga committed Sep 17, 2022
1 parent 0708890 commit 2d71451
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}

- name: Copy static files
uses: actions/upload-artifact@v3
with:
name: DashboardUI
path: static/*

0 comments on commit 2d71451

Please sign in to comment.