Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
1
  • Loading branch information
xishang0128 committed Feb 23, 2024
1 parent 9da26ce commit b1e2040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ jobs:
- name: Save version
run: |
mkdir bin
echo ${VERSION} > bin/version.txt
echo ${VERSION} > version.txt
shell: bash

- name: Archive production artifacts
Expand All @@ -116,6 +115,7 @@ jobs:
path: |
mihomo*.tar.gz
mihomo*.zip
version.txt
release:
needs: [build]
Expand Down

0 comments on commit b1e2040

Please sign in to comment.