Skip to content

Commit

Permalink
chore(ci): use beta-icons for beta (#741)
Browse files Browse the repository at this point in the history
Description
Use beta-icons for beta
  • Loading branch information
leet4tari authored Oct 7, 2024
1 parent 8eea5e0 commit 5a478fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
sed -i.bak -E "s/^version\s*=\s*\"([0-9]+\.[0-9]+\.[0-9]+)\"/version = \"\1-${BETA_DATE}\"/" \
Cargo.toml
cat Cargo.toml
sed -i.bak -e "s/\"icons\//\"beta-icons\//g" tauri.conf.json
- name: Set environment variables for RELEASE builds
if: ${{ startsWith(github.ref, 'refs/heads/release') }}
Expand Down

0 comments on commit 5a478fb

Please sign in to comment.