This commit is contained in:
U-METAL103\103
2024-01-31 01:22:38 -06:00
parent 22bddf5b79
commit 0c01ad30c1
+3 -2
View File
@@ -72,8 +72,9 @@ jobs:
body: ${{ github.event.head_commit.message }}
- name: testing
run: ls -R
run: ls -la ${{ github.workspace }}\Digital Clock\bin\Release\
run: |
ls -R
ls -la ${{ github.workspace }}\Digital Clock\bin\Release\
- name: Upload Release
uses: softprops/action-gh-release@v1