Skip to content

Commit

Permalink
use download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 26, 2024
1 parent 73668b2 commit 2e54d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Download .artifact files
uses: actions/download-artifact@v4

- name: Set VITE_BASE
run: |
echo "VITE_BASE=https://${GITHUB_REPOSITORY_OWNER,,}.github.io/${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
Expand Down

0 comments on commit 2e54d81

Please sign in to comment.