Compare commits

...
2 Commits
40 ... 42
Author SHA1 Message Date
U-METAL103\103 316465e293 0000000000 2024-01-28 13:32:44 -06:00
U-METAL103\103 c308df1578 !!!!!!!!!!! 2024-01-28 13:12:21 -06:00
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -51,6 +51,12 @@ jobs:
env:
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: Release
path: /bin/Release
- name: Create Release
uses: actions/create-release@latest
env:
View File