Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
[skip ci]Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenway authored Feb 29, 2024
1 parent f71d026 commit 5dcbcc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
uses: ./.github/workflows/build.yml

relase:
release:
needs: build
runs-on: ubuntu-latest

Expand All @@ -20,16 +20,16 @@ jobs:
artifact_name: SduNetCheckTool-build.${{github.run_number}}-${{ github.sha }}

steps:
#- name: Checkout
# uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2

- name: Download Artifact
uses: actions/download-artifact@v4

- name: Display Artifact
run: |
ls -l
mv SduNetCheckTool.GUI.exe SduNetCheckTool-${{ github.ref_name }}.exe
mv ${{env.artifact_name }}/SduNetCheckTool.GUI.exe SduNetCheckTool-${{ github.ref_name }}.exe
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5dcbcc8

Please sign in to comment.