Compare commits

..
5 Commits
Author SHA1 Message Date
U-METAL103\103 ee5ec01f65 slash 2024-01-31 02:06:20 -06:00
U-METAL103\103 f4674c8515 fuck you 2024-01-31 02:02:57 -06:00
U-METAL103\103 5a1877c715 work 2024-01-31 01:57:46 -06:00
U-METAL103\103 cf5607f783 zip3 2024-01-31 01:48:54 -06:00
U-METAL103\103 a90f31540d zipwin 2024-01-31 01:34:00 -06:00
+6 -5
View File
@@ -71,10 +71,11 @@ jobs:
tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }}
- name: testing
run: |
zip -r Release.zip ${{ github.workspace }}\Digital Clock\bin\Release\
ls -R
- name: Zipping up Release folder
run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination Release.zip
- name: test
run: ls -R
- name: Upload Release
uses: softprops/action-gh-release@v1
@@ -83,7 +84,7 @@ jobs:
prerelease: false
tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }}
files: build/Release.zip
files: ${{ github.workspace }}\Release.zip
env:
GITHUB_TOKEN: ${{ github.token }}