Compare commits

...
10 Commits
Author SHA1 Message Date
U-METAL103\103 e0462057a3 cleanedup 2024-06-29 11:24:29 -05:00
U-METAL103\103 37e2b6c07f test8 2024-06-29 11:08:40 -05:00
U-METAL103\103 f530079f09 test7 2024-06-29 08:46:56 -05:00
U-METAL103\103 1f04121586 test6 2024-06-29 08:21:58 -05:00
U-METAL103\103 79b30f8010 test5 2024-06-29 08:14:39 -05:00
U-METAL103\103 e705329c22 test4 2024-06-29 08:05:49 -05:00
U-METAL103\103 2fcf69ae78 test3 2024-06-29 08:03:04 -05:00
U-METAL103\103 8d77267dcf test2 2024-06-29 07:45:57 -05:00
U-METAL103\103 277d4ed58c test1 2024-06-29 07:41:09 -05:00
U-METAL103\103 402006a4f4 fuckyou 2024-06-29 07:31:43 -05:00
2 changed files with 7 additions and 24 deletions
+4 -23
View File
@@ -45,21 +45,6 @@ jobs:
- name: Show Github infos
run: echo 'Workspace path ${{ github.workspace }} - runner.temp ${{ runner.temp }}'
- name: Upload Artifact
uses: actions/upload-artifact@v4
id: upload
with:
name: Release
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
overwrite: true
retention-days: 1
- name: Output artifact ID
run: echo 'Artifact ID is ${{ steps.upload.outputs.artifact-id }}'
- name: Output Artifact URL
run: echo 'Artifact URL is ${{ steps.upload.outputs.artifact-url }}'
- name: Create Release
uses: actions/create-release@latest
env:
@@ -72,25 +57,21 @@ jobs:
body: ${{ github.event.head_commit.message }}
- name: Zipping up Release folder
run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination Release.zip
run: 7z a release.zip "${{ github.workspace }}\Digital Clock\bin\Release\"
- name: test
run: ls -R
- name: Upload Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: false
prerelease: false
tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }}
files: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Release.zip
files: ${{ github.workspace }}\release.zip
env:
GITHUB_TOKEN: ${{ github.token }}
+3 -1
View File
@@ -1 +1,3 @@
Simple digital clock with animation using C# windows application
#Simple digital clock with animation using C# windows application