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 7772de5 commit c4edef4Copy full SHA for c4edef4
.github/workflows/rust.yml
@@ -52,3 +52,10 @@ jobs:
52
FOLDER: out # The directory where your assets are generated
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
54
MESSAGE: "Build: ({sha}) {msg}" # The commit message
55
+
56
+ - name: Setup Pages
57
+ uses: actions/configure-pages@v5
58
+ - name: Upload artifact
59
+ uses: actions/upload-pages-artifact@v4
60
+ with:
61
+ path: "./out"
0 commit comments