Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit dadd501

Browse files
committed
prob the last one ?
1 parent 447d766 commit dadd501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/upload-artifact@v3
5151
with:
5252
name: Exitlag Auto Signup v3.${{ github.run_number }}
53-
path: exitlag-auto-signup v3.${{ github.run_number }}.exe
53+
path: ./dist/exitlag-auto-signup v3.${{ github.run_number }}.exe
5454

5555
- name: Create a new tag
5656
run: |
@@ -64,7 +64,7 @@ jobs:
6464
uses: softprops/action-gh-release@v2.0.4
6565
with:
6666
files: |
67-
exitlag-auto-signup v3.${{ github.run_number }}.exe
67+
./dist/exitlag-auto-signup v3.${{ github.run_number }}.exe
6868
name: "Release v3.${{ github.run_number }}"
6969
body: "Commit: ${{ github.sha }}\nDownload the `exitlag-auto-signup v3.${{ github.run_number }}.exe` file or the `source code` and you are good to go!"
7070
tag_name: "v3.${{ github.run_number }}"

0 commit comments

Comments
 (0)