Skip to content

Commit

Permalink
test: trigger test
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jul 7, 2024
1 parent 7e3d1a2 commit 5b2c765
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ jobs:
- name: Github checkout
uses: actions/checkout@v4
- run: echo "previous_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> "$GITHUB_ENV"
- name: Test
run: |
echo $previous_tag;
echo ${env.previous_tag};
echo ${{ env.previous_tag }}
- name: Tag Release
uses: jaywcjlove/create-tag-action@main
if: env.previous_tag
Expand Down Expand Up @@ -147,7 +142,8 @@ jobs:
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
files: ${{ github.workspace }}/artifacts/**/*
files:
${{ github.workspace }}/artifacts/**/*

- name: Distribute Binaries to R2
if: steps.tag_release.outputs.successful
Expand Down
2 changes: 2 additions & 0 deletions scripts/collect-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ if [ ! -d artifacts ]; then
fi

if [[ $PLATFORM == "windows-latest" ]]; then
ls -l src-tauri\target\x86_64-pc-windows-msvc\release\bundle\nsis
mv src-tauri\target\x86_64-pc-windows-msvc\release\bundle\nsis\*.exe artifacts\
ls -l artifacts

fi

Expand Down

0 comments on commit 5b2c765

Please sign in to comment.