This commit is contained in:
U-METAL103\103
2024-01-31 01:22:38 -06:00
parent 22bddf5b79
commit 0c01ad30c1
+4 -3
View File
@@ -72,9 +72,10 @@ 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
with: