We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f87036 commit 459cb1aCopy full SHA for 459cb1a
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Extract ZIP File
16
- run: unzip filename.zip -d extracted_folder
+ run: unzip onlinevotingsystem.zip -d extracted_folder
17
18
- name: Commit Extracted Files
19
run: |
0 commit comments